-
AuthorPosts
-
June 7, 2016 at 10:12 pm #644381
So last week I had a problem with my pinterest button : https://kriesi.at/support/topic/share-this-social-icons-font-hover-color/#post-642677
Which was ‘fixed’. However, when I try to pin the page: http://heaven11audio.com/
I get this error from Pinterest.
‘Oops!
Parameter ‘image_url’ (value http:) is not a valid URL format.’What do I need to do guys?
June 8, 2016 at 3:06 pm #644870Hey Itai,
Try changing the code to:
add_filter('avia_social_share_link_arguments', 'modify_pinterest_pattern', 10, 1); function modify_pinterest_pattern($args) { $args['pinterest'] = array("encode"=>true, "encode_urls"=>true, "pattern" => "http://pinterest.com/pin/create/link/?url=[permalink]&description=[title]&image_url=[thumbnail]"); return $args; }Best regards,
JosueJune 8, 2016 at 5:18 pm #644957I got this error:
(see private content)June 8, 2016 at 10:21 pm #645095Are you replacing the old code? i just changed
mediaforimage_urlin the pattern line.Best regards,
JosueJune 9, 2016 at 1:37 am #645174Ok there was something wrong when I pasted the first time.
But now I still get the same old error. Should I be inserting my values for [permalink] [title] & [thumbnail]?
June 9, 2016 at 4:33 pm #645540Revert the change,
mediashould work. Where are you getting the error? when sharing the Page through the button? can you post a screenshot of your view?Best regards,
JosueJune 9, 2016 at 4:45 pm #645550I have reverted, doesn’t work, same error.
Here are the screenshots:
code:

Pinterest share button pressed (notice there is no image associated with the pin)

Pinterest error:
June 9, 2016 at 5:28 pm #645579Hi,
Does the homepage has a featured image set?
Regards,
JosueJune 9, 2016 at 5:34 pm #645581aha!
didn’t know I had to set the featured image. Done. Now everything works fine.Thanks Josue!
June 9, 2016 at 5:57 pm #645604You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Pinterest Share button not working’ is closed to new replies.
