ruby on rails - some blog sharing pop up, show pinterest-502 error. while locally working fine everything -


a{:href => "javascript:posttopinit('#{b.blog_image.url}','#{strip_tags(b.description)}','#{redirect_url_pinterest}')"} shre on pinterest 

and js

function posttopinit(image_url, description, url) {  window.open('http://pinterest.com/pin/create/button/?url=' + url + '&media=' + image_url + '&description=' + description + ' ' + url, 'sharer', 'toolbar=0,status=0,width=650,height=436'); }                                               

pop shows 502 error, our server experiencing mild case of hiccups. we've reported team.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -