Meta Property OG:IMAGE link ke url gambar

snippet ini saya gunakan untuk mem-pull image dari suatu singlepost, sehingga memunculkan gambar yang ada di artikel yang dishare. Tapi, gambar yang saya munculkan adalah Featured image. sehingga resolusi gambarnya seragam.


hasilnya:

<meta property="og:image" content="<?php $src = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), array(300, 300), false, ''); echo $src[0]; ?>" />
Share on Google Plus

About JackSparrow

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 komentar:

Post a Comment