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
Post a Comment