How to make a custom LinkedIn share button

Official LinkedIn API for sharing: https://developer.linkedin.com/docs/share-on-linkedin Read Terms of Use! Example link using “Customized URL” method: http://www.linkedin.com/shareArticle?mini=true&url=https://stackoverflow.com/questions/10713542/how-to-make-custom-linkedin-share-button/10737122&title=How%20to%20make%20custom%20linkedin%20share%20button&summary=some%20summary%20if%20you%20want&source=stackoverflow.com You just need to open it in popup using JavaScript or load it to iframe. Simple and works – that’s what I was looking for! EDIT: Video attached to a post: I checked that you can’t really embed … Read more

Hyper-V: Create shared folder between host and guest with internal network

Share Files, Folders or Drives Between Host and Hyper-V Virtual Machine Prerequisites Make sure you have a Pro or Enterprise version of the Windows OS. The Home version does not provide you with this functionality! From the official documentation: The virtual machine must have Remote Desktop Services enabled, and run Windows 10, Windows 8.1, Windows … Read more

How to activate “Share” button in android app?

Add a Button and on click of the Button add this code: Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND); sharingIntent.setType(“text/plain”); String shareBody = “Here is the share content body”; sharingIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, “Subject Here”); sharingIntent.putExtra(android.content.Intent.EXTRA_TEXT, shareBody); startActivity(Intent.createChooser(sharingIntent, “Share via”)); Useful links: For basic sharing For customization

Share application “link” in Android

This will let you choose from email, whatsapp or whatever. try { Intent shareIntent = new Intent(Intent.ACTION_SEND); shareIntent.setType(“text/plain”); shareIntent.putExtra(Intent.EXTRA_SUBJECT, “My application name”); String shareMessage= “\nLet me recommend you this application\n\n”; shareMessage = shareMessage + “https://play.google.com/store/apps/details?id=” + BuildConfig.APPLICATION_ID +”\n\n”; shareIntent.putExtra(Intent.EXTRA_TEXT, shareMessage); startActivity(Intent.createChooser(shareIntent, “choose one”)); } catch(Exception e) { //e.toString(); }

Sharing link on WhatsApp from mobile website (not application) for Android

Just saw it on a website and seems to work on latest Android with latest chrome and whatsapp now too! Give the link a new shot! <a href=”https://stackoverflow.com/questions/21935149/whatsapp://send?text=The text to share!” data-action=”share/whatsapp/share”>Share via Whatsapp</a> Rechecked it today (17th April 2015): Works for me on iOS 8 (iPhone 6, latest versions) Android 5 (Nexus 5, latest … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)