Tagged: events calendar
-
AuthorPosts
-
January 9, 2018 at 12:04 am #894975
Hi Kreisi Team,
thank you very much for this theme enfold – there are so many things about the theme about what there i can happy about and i’m very glad to use it.
On our website we use the events calendar plugin to show events an we use
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'tribe_events'; } } return $metabox; }
to work with avia layout architekt on the Events pages.
Our problem is, that we can´t use the social share button, because the facebook-post didn´t contain the event-picture. Pinterest or Google Plus worked perfect.
Can you help me?
- This topic was modified 6 years, 10 months ago by Tobias.
January 9, 2018 at 7:40 am #895132Hey Tobias,
Thanks for using our theme!
I think that this article could be useful to you: https://theeventscalendar.com/knowledgebase/adding-social-media-sharing-to-events/
Best regards,
John TorvikJanuary 9, 2018 at 4:53 pm #895286Hi John,
thank you for the fast response.
The article ist not interesting because i will use the enfold own social share buttons to share the events.
https://d.pr/free/i/WE2eShDo you have a solution?
Thank you very much.
January 12, 2018 at 11:10 am #896516Hi,
Did you apply a featured image to the event? The facebook icon will use that image.
Best regards,
IsmaelJanuary 12, 2018 at 11:19 am #896519Yes i did.
January 13, 2018 at 4:49 am #896807Hi,
Alright. Please post the login details in the private field so that we can check the settings thoroughly. For the meantime, try re-scrape the facebook data.
According to the scraper, the image data is too small (less than 200x200px). Please use a larger image.
Best regards,
IsmaelJanuary 13, 2018 at 9:00 am #896864Hi Ismael,
thank you very much for your help. The Post-Image is bigger than 200 x 200.
After clicking your link it works perfect.
Maybe it is a caching-problem.
Thank you very much!
Tobias
January 14, 2018 at 4:27 am #897006 -
AuthorPosts
- You must be logged in to reply to this topic.