Jump to content

Twitter button calls wrong product


Recommended Posts

I made a change to pinterest code at the end of socialsharing.js, to fix loading the url_image. 

 

I have the following in twitter function:

 

function socialsharing_twitter_click(message)
{
if (typeof message === 'undefined')
message = encodeURIComponent(location.href);
window.open('https://twitter.com/intent/tweet?text=' + message, 'sharertwt', 'toolbar=0,status=0,width=640,height=445');
}
 
The Twitter button calls aleatory product, not just one. Maybe something related to cache/
Edited by gabiatti (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...