Mobile app version of vmapp.org
Login or Join
Radia820

: How can I make the Twitter sharing button on my site tweet unique message with each page? I had set up my Twitter button using this tool from Twitter here And I put it on every page of

@Radia820

Posted in: #SocialSharingButtons #Twitter

I had set up my Twitter button using this tool from Twitter here

And I put it on every page of the website. But it generates the same message on every page. But ideally I would need it to generate a unique message and url per page so people can land on the page which is being shared.

Is there a way to do that?

Thanks!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Radia820

1 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay111

While you are creating the code from twitter, If you have entered any url it will share that page content and url every time.

So the solution is just need to avoid the url option while your using twitter share button code , It will read the content from the current page and share current url.

Normally all the social share button using og meta data so set the og data properly some thing like

<meta name="description" content="meta description" />
<meta name="keywords" content="your page keywords" />
<meta name="og:title" content="Your page title nique" />
<meta name="og:type" content="type of content" />
<meta name="og:description" content="Description this will share on social media as a contnet." />
<meta name="og:url" content="http://www.walkswithme.net/smart-image-zoom-plugin-with-jquery" />


hope its make sense..

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme