Viewing 6 replies - 1 through 6 (of 6 total)
  • I have fixed this by changing a default value from ‘medium’ to ‘full’ in add-meta-tags/metadata/amt_opengraph.php:
    function amt_get_opengraph_image_metatags( $post_id, $size='full' )

    But I don’t like this solution as the fix will be lost after next plugin update. Unfortunately, it’s not possible to change this value by writing my own plugin. So it would be great to have an option to change this value from settings.

    Plugin Author George Notaras

    (@gnotaras)

    A filter will be added in a future version. It is simple to implement, but I do not have the time to do it right now. Thanks for your feedback.

    Thanks a lot! I’m going to patiently wait for the update. Before you make it my workaround seems working good enough.

    Plugin Author George Notaras

    (@gnotaras)

    @alexandre, @lexx_it: thanks for your understanding. The workaround seems ok. The default image size will be fully customizable in the next release.

    Plugin Author George Notaras

    (@gnotaras)

    Fixed in 2.5.0 which will be out soon.

    Customization of the image size via filters will be possible.

    Thanks for your feedback.

    Plugin Author George Notaras

    (@gnotaras)

    Please, check out ‘Example 5’ in the plugin description page for sample code in order to customize the image size used in meta tags.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Why Facebook Open Graph with Small Image???’ is closed to new replies.