Advertisement · 728 × 90
#
Hashtag
#DeepLink
Advertisement · 728 × 90
Preview
Ausha podcast : hébergement, visibilité Apple/Spotify et IA Ausha podcast centralise hébergement, diffusion, promotion et analytics, avec des leviers concrets pour gagner en visibilité sur Apple/Spotify et recycler chaque épisode en contenus.

🎙 Ausha : le podcast se gagne sur la découvrabilité !

#Podcast #Podcasting #ApplePodcasts #Spotify #PSO #Smartlink #Deeplink #Transcription #IA #Analytics #Monetisation #Visibilite #ContentOps #MarketingDigital #KingLand

👉 Tester : https://ausha.co/fr?fpr=podcaststudio

Parce qu’aujourd’hui, une…

1 0 0 0
Preview
Deeplink by LitlOctopus A cosmic horror hacking simulator where every file you access feeds something that shouldn't exist

#Deeplink released. OST by #ytal.

litloctopus.itch.io/deeplink

#game #gaming #gamejam #retro #terminal #horror #psychologicalhorror

4 1 0 0
Preview
Toward Enduring Web Citations An attempt to solve the twin problems of impermanence and imprecision.
0 0 0 0
Preview
Toward Enduring Web Citations An attempt to solve the twin problems of impermanence and imprecision.
0 0 0 0
Preview
Toward a Universal Deepcite Toolkit As every researcher, writer, and lawyer knows, web citations are neither permanent nor precise. Here's an attempt at a solution to both problems.
0 0 0 0
Wikipedia:Linking to Wikipedia - Wikipedia

en.wikipedia.org/wiki/Wikiped...

"You can #DeepLink to a section of an article (or other #Wikipedia page), using a hash character (#), then the section's title, with underscore characters (_) replacing spaces."

0 0 0 0
Preview
Intel stealthily pulls the plug on Deep Link less than 5 years after launch Intel has ceased developing its Deep Link technology, which combined your Intel CPU and Arc GPU for improved encoding, streaming, and efficiency.

Intel stealthily pulls the plug on Deep Link less than 5 years after launch #Technology #Hardware #Other #Intel #DeepLink #TechNews

0 1 0 0
Intel Quietly Discontinues Deep Link Technology, Ending Support for CPU-GPU Optimization Feature

Intel Quietly Discontinues Deep Link Technology, Ending Support for CPU-GPU Optimization Feature

Intel quietly kills Deep Link tech without announcement - early adopters of Arc GPUs left without future updates for the CPU-GPU optimization features that were heavily marketed as Intel's competitive edge. 😬
biggo.com/news/202505101853_Intel_...

#IntelArc #DeepLink

0 0 0 0
Intel が Deep Link テクノロジーを静かに廃止、CPU-GPU 最適化機能のサポートを終了

Intel が Deep Link テクノロジーを静かに廃止、CPU-GPU 最適化機能のサポートを終了

Intelが静かにDeep Linkを廃止!CPU-GPU連携技術のサポート終了で初期採用者は取り残される😱
biggo.jp/news/202505101853_Intel_...

#Intel #DeepLink

0 1 0 0
Preview
🔁 How to Redirect Users to the App Store or Play Store in React Native Redirecting users to the App Store or Google Play Store is a common requirement in mobile app development — whether you're prompting users to **rate your app, update to the latest version** , or simply **redirect them after certain actions.** In this blog, we'll walk through how to do this efficiently in a **React Native** app with support for both iOS and Android. # 🎯 What We'll Build * A simple React Native component that: * Detects the platform (iOS or Android), * Attempts to open the native app store using a deep link, * Falls back to the browser URL if the native store app is unavailable. # 🚀 Complete Code Here's the complete example: import {StyleSheet, Text, View, Linking, Platform, Button} from 'react-native'; import React from 'react'; const App = () => { const AppleAppID = 'YOUR_APPLE_APP_ID'; const GooglePackageName = 'YOUR_PACKAGE_NAME'; const STORE_CONFIG = { ios: { deepLink: `itms-apps://itunes.apple.com/app/id${AppleAppID}`, fallback: `https://apps.apple.com/app/id${AppleAppID}`, }, android: { deepLink: `market://details?id=${GooglePackageName}`, fallback: `https://play.google.com/store/apps/details?id=${GooglePackageName}`, }, }; const redirectToAppStore = async () => { const platformConfig = STORE_CONFIG[Platform.OS] || STORE_CONFIG.android; const {deepLink, fallback} = platformConfig; try { const supported = await Linking.canOpenURL(deepLink); await Linking.openURL(supported ? deepLink : fallback); } catch (error) { console.error('Failed to redirect to app store:', error); await Linking.openURL(fallback); } }; return ( <View style={styles.container}> <Text>Redirect Users to App Store or Play Store</Text> <Button title="redirect to store" onPress={redirectToAppStore} /> </View> ); }; export default App; const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', }, }); # ✅ Conclusion With just a few lines of code, you can create a smooth redirection experience for your users across platforms. This pattern keeps the UX native and reliable, while also handling edge cases with fallbacks.
1 0 0 0
Post image

#ImgProxy #DeepLink #Embedding

Some People Are DeepLinking The Photos From This Account On Their Own WebSite. Just To Let You Know ... Use A Public (Free) Image Proxy To Get Better Load Times.

Example: wsrv.nl?url=https://

Dutch Image Proxy: images.weserv.nl/docs/introdu...

Just An Idea!

0 0 0 0
Preview
iOS Deep Link to Open Specific Email in Outlook App In this blog post I'll show you how you can create a deep link which opens a specific email by message Id in Outlook on iOS.

Open specific email by messageId via #DeepLink in #Outlook for #iOS:

ms-outlook://emails/message/open?restID=<messageId>

heusser.pro/p/ios-deep-l...

2 0 0 0
Post image Post image Post image

Great new experience for #PowerBI users in #MicrosoftTeams. Not only a new Tab, but the ability to send filtered data views to others in the Team to review. That might be cooler than the visual personalization capability we saw earlier today! #deeplink #MSBizAppSummit @Will_MI77

1 0 0 0