How can i remove tags from AdThis facebook share links - hyperlink

When i try and share links to facebook it comes with the html tags and format, how can remove them from description and share only description? The site is on Laravel 9
I did try some ideas but i can't get it done

Related

Twitter does not provide thumbnail tag from copied twitter link

Please help me with my issue. I've faced with problem when copied links from twitter app do not contain info about thumbnails (meta tags twitter:image or og:image) anymore. I am using OpenGraph protocol to get specific tags from these twitters links. A couple of weeks ago there were the thumbnails and they worked perfectly fine. How can I get this thumbnail from the copied twitter link using OpenGraph?
Here is the tags that are only exist in copied twitter link:
https://twitter.com/GoNOMAD/status/1261244110578618369?s=20
"fb:app_id" content="2231777543" and "og:site_name" content="Twitter"

Links are loading without thumbnail images in Facebook and links are unreachable in Website

Some of our links from website Pixorange.com is loading without thumbnail images, while we try to share it in FB wall. Also, the FB official plugin in our websites shows that some of our URL is unreachable. We did contact server support and they told us that everything is fine from their end.
This is an intermittent issue, some links work fine, whereas other links never work. This is creating problem for us and we are not able to promote our business in Facebook.
These are the links wherein we are not able to load in FB status, links keep on changes:
http://pixorange.com/rajiv-gandhi-was-entrepreneur-for-swedish-jet
http://pixorange.com/urinal-dedicated-to-politician-ajit-pawar-by-opponents
Also on some links the title does not fetch up and URL gets replaced for it. This is going to be a serious issue for us. Please help us to resolve this issue.
Steps to Reproduce: Here is the steps to reproduce the issue:
Go to below link
select the above links and share it in Facebook wall or try to comment in plugin :
The above links will not get posted in FB wall and also there will no thumbnails with it. Since we are online magazine we do update lots of posts daily, some links will get posted without any issue and some does not.
Expected Behavior: The link should get posted as normal with thumbnail in it.
Actual Behavior: Link will not be posted in users Facebook wall.
After debugging, we get 200 response even after waiting for some time, link won't work
There is an issue with Facebook share Thumbnails that Facebook is aware of. This has been an issue on and off for the past 3 months now... check out this link

Link on Facebook with custom prefix/protocol (like myapp://blahblah)

I added to my iOS application option to detect and response to custom URL schemes to launch application ( http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html ).
Link is working perfectly on different sites (using href), but I'm having problem with Facebook. If I'm trying to post link (using Graph API) which looks like:
myapp://blabla
Facebook return error:
The url you supplied is invalid
And for feed with link return
link URL is not properly formatted.
I can't just post url as a message because it's not being detected as a URL and appear like text only.
Is there any way to post to Facebook wall with custom links?
Edit:
I have an idea, but I don't know if it gonna work. Putting
myapp://blabla directly into address field in mobile browser is launching application so probably accessing an webpage (like http://www.mywebpage/myapp) with only redirection to
myapp://blabla gonna work too, but is Facebook gonna accept that link?
I think your suggestion in the edit is the correct method, and should work. However applications like spotify seem to use an intersticial page which fires the "app link" with javascript, the advantage to this approach is that you can use that page to "sell" the app to users who don't have it and also provide lovely open graph tags for people who want to share it.

Share link on Google+

Is it possible to share/post to Google+ without using the +1 button?
e.g. Like a normal tweet button works with a url link: http://twitter.com/share?url=httpetcetcetc
Yes, you can.
https://plus.google.com/share?url=YOUR_URL_HERE
Edit: It works only with eff.org.
Edit: As of March 2012 it works on all sites.
Documentation for this sharing method is available on the Google Developers site.
New Google share link:
http://plus.google.com/share?url=YOUR_URL
For secure connection:
https://plus.google.com/share?url=YOUR_URL
For Wordpress:
https://plus.google.com/share?url=<?php the_permalink(); ?>
Yep! Use the link:
https://m.google.com/app/plus/x/?v=compose&content=YOUR_TEXT
It's SHARE url (not used for plus one) button.
If this will not work (not for me) try this url:
https://plusone.google.com/_/+1/confirm?hl=ru&url=_URL_&title=_TITLE_
Or see this solution:
Adding a Google Plus (one or share) link to an email newsletter
As of July 25, 2011, the answer is no.
I have looked through their Javascript and it seems they don't want anyone directly accessing their api for +1 at the moment.
The Javascript that does all of the work for the +1 button is here:
https://apis.google.com/js/plusone.js
If you run it through a Javascript cleanup program you can tell that they have obfuscated their code with various functions that only start with letters and constantly refer back to themselves and do cryptic things.
I figure in the next couple of weeks or moths they will release a link based sharing api due to the fact that we will need this for sharing from flash and other web based formats that don't rely on pure html and js.
i used following links in my wordpress website for sharing my blogs,they work fine:
whatsapp share : https://wa.me/?text=(some-text)(your-link)
facebook share: https://www.facebook.com/sharer/sharer.php?u=(your-link)
linkedin share: http://www.linkedin.com/shareArticle?mini=true&url=(your-link)
google-plus : https://plus.google.com/share?url=(your-link)
twitter share: http://www.twitter.com/share?url=(your-link)
<meta property="og:title" content="Ali Umair"/>
<meta property="og:description" content="Ali UMair is a web developer"/><meta property="og:image" content="../image" />
<a target="_blank" href="https://plus.google.com/share?url=<? echo urlencode('http://www..'); ?>"><img src="../gplus-black_icon.png" alt="" /></a>
this code will work with image text and description please put meta into head tag
No, you cannot. Google Plus has been discontinued. Clicking any link for any answer here brings me to this text:
Google+ is no longer available for consumer (personal) and brand accounts
From all of us on the Google+ team,
thank you for making Google+ such a special place.
There is one section that reads that the product is continued for "G Suite," but as of Feb., 2020, the chat and social service listed for G Suite is Hangouts, not Google+.
The format https://plus.google.com/share?url=YOUR_URL_HERE was documented at https://developers.google.com/+/web/share/, but this documentation has since been removed, probably because no part of Google+ continues in development. If you are feeling nostalgic, you can see what the API used to say with an Archive.org link.

Add tweet button on wordpress blog

I have been trying to put twitter's new tweet button on my wordpress blog. I have tried code provided on official twitter website, and couple of wordpress plugins to add tweet button on the blog. But on every try I am running into same issue. When I click on tweet button it goes to the twitter website but says
url' parameter does not contain a valid URL.
Could anyone please suggest me the way out for the same. thanks in advance!
Use this plugin: http://wordpress.org/extend/plugins/wp-tweet-button/
It works fine for me, and has couple of options to choose from.
hmmm.....I don't know why this is happening but I think you are using a local server and your url contains some ip address so that when you are clicking on the tweet button it will take your ip address also to connect with tweer site.
So it make url invalid, work on live site I think it will work.all the best.....

Resources