Og snippet

Og snippet

<meta property="fb:app_id" content="XXXXXXXX" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="John's site is better" />
<meta property="og:description" content="My site is the best" />
<meta property="og:url" content="https://softsmart.co.za/slugged" />
<meta property="og:site_name" content="SoftSmart" />
<meta property="og:image" content="https://softsmart.co.za/wp-content/uploads/2015/05/my-image.jpg" />

<script type="text/javascript">

jQuery( function( $ ) {
    $.post( 'https://graph.facebook.com', {
            id: 'https://softsmart.co.za/wp-content/uploads/2015/05/my-image.jpg',
        scrape: true
    },
    
    function(response){
        console.log(response);
    }
    );
});

</script>
Comments are closed.