+ Reply to Thread
Results 1 to 9 of 9

Thread: Social meta don't work fine ?

  1. #1
    Senior Member
    Join Date
    Aug 2014
    Posts
    163

    Social meta don't work fine ?

    Hello,

    og:image don't work !

    {if is_array($photos) && $photos|@count > 1}
    {foreach from=$photos item='photo' name="listingPhotos"}
    {if ($photo.Type == 'photo' || $photo.Type == 'main') && $photo.Photo}
    <meta property="og:image" content="{if $tpl_settings.type != 'responsive_42'}{$smarty.const.RL_FILES_URL}{/if}{$photo.Photo}" />


    ???

  2. #2
    I confirm. User of my site share the listing on twitter but the photo won t appear. Facebook also

  3. #3
    Senior Member
    Join Date
    Aug 2014
    Posts
    163
    Since the update is all the plugins that must change: p

  4. #4
    Senior Member
    Join Date
    Aug 2014
    Posts
    163
    Do you have photo on admin panel ?
    I just saw, I have more photos in the management of photos from the admin while the part of the ads, the photos are present

  5. #5
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Ionut Barabasa View Post
    I confirm. User of my site share the listing on twitter but the photo won t appear. Facebook also
    for now until fixed try to just copy the url at the top of the page and paste into fb, it should then auto populate with any images etc, or you can edit add any you want once populated you can delete the pasted url.

  6. #6
    Senior Member
    Join Date
    Aug 2014
    Posts
    163
    {if $photos.0.Photo}
    <meta property="og:image" content="{if $tpl_settings.type != 'responsive_42'}{$smarty.const.RL_FILES_URL}{/if}{$photos.0.Photo}" />
    {else}
    {if $smd_logo}
    <meta property="og:image" content="{$smd_logo}" />
    {if $smd_logo_properties}
    <meta property="og:image:type" content="{$smd_logo_properties.mime}" />
    <meta property="og:image:width" content="{$smd_logo_properties.width}" />
    <meta property="og:image:height" content="{$smd_logo_properties.height}" />
    {/if}
    {/if}

  7. #7
    Senior Member
    Join Date
    Dec 2012
    Posts
    102
    just update the socialmedia plugin

  8. #8
    I have the same problem
    some time when I refresh the facebook share page the image well show up

  9. #9
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Quote Originally Posted by Blackred View Post
    Hello,

    og:image don't work !

    {if is_array($photos) && $photos|@count > 1}
    {foreach from=$photos item='photo' name="listingPhotos"}
    {if ($photo.Type == 'photo' || $photo.Type == 'main') && $photo.Photo}
    <meta property="og:image" content="{if $tpl_settings.type != 'responsive_42'}{$smarty.const.RL_FILES_URL}{/if}{$photo.Photo}" />


    ???
    Hello,

    If the problem still persists go to our ticket system and create a ticket

+ Reply to Thread