Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter Samnabz

    (@samnabz)

    Hi Takayuki Miyoshi,

    Well then I am having some issues…

    This is how my form is set up (backend):
    Ad URL: (a href'[_post_url]’ target=’_blank’)[_post_url](/a)

    And this is what I receive (email):
    Ad URL: [_post_url]

    Note: I purposely replaced the anchor pointy brackets < > for curly ones ( ) because WP automatically parses the data.

    As you can see, it doesn’t display the actual URL, just the special tag..

    Any ideas as to why this isn’t working anymore? As mentioned, it was working fine prior to updating.

    Thank you.

    Thread Starter Samnabz

    (@samnabz)

    Hi srijith.v,

    Thanks for the reply. I tried using the (below) code to manually call the ad image. However, it ends up displaying the ad image on the page header (not supposed to) and still doesn’t show up when sharing on Facebook…

    I know you said it’s outside the scope of the plugin, but do you have any ideas as to why it is picking up the image but printing it on the page and not in the sharing tool??

    <meta property="og:image" content="<?php echo cp_get_image_url( $post->ID, 'thumbnail' ); ?>" />

    Thread Starter Samnabz

    (@samnabz)

    @srijith.v: Thanks for getting back to me.

    Whilst the ads are ‘posts’, the ad images are not featured images – which I assume is the reason it doesn’t pick them up…

    What can I do/customize in order to get the Image Opengraph to use the custom ad images when sharing on Facebook? I really need this to work!

    Your earliest reply is appreciated.

Viewing 3 replies - 16 through 18 (of 18 total)