Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.
    #895132

    Hey 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 Torvik

    #895286

    Hi 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/WE2eSh

    Do you have a solution?

    Thank you very much.

    #896516

    Hi,

    Did you apply a featured image to the event? The facebook icon will use that image.

    Best regards,
    Ismael

    #896519

    Yes i did.

    #896807

    Hi,

    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.

    // https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fwww.eg-holzhaus.de%2Ftermin%2F16-immobilienmesse-franken-2018-bamberg%2F\\

    According to the scraper, the image data is too small (less than 200x200px). Please use a larger image.

    Best regards,
    Ismael

    #896864

    Hi 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

    #897006

    Hi Tobias,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.