2017-05-18 9 views
0

저는 자바 스크립팅에 익숙하지 않지만 그것에 대해 생각하고 있습니다. 그래서 GIF 사진을 Facebook에 공유하기위한 블로그를 열 계획이었습니다. 이제 블로그 게시물을 공유 할 때 약간의 문제가 있습니다. 그것은 gify 사이트처럼 GIF 이미지를 보여주지 않는 이미지입니다. GIFHY 사이트 스크립트와 같은 공유 스크립트가 있는지 궁금해서 블로거의 공유가 게시 링크가 아닌 원래 이미지 링크로 게시됩니다. 사전에 감사드립니다.GIF 이미지 URL 공유

이 내 공유 방법 : 이미지 메타 태그를 : 당신은 아마 OG를 설정해야

<li class='sharetext'>Share The Gag</li> 

<div class='sright'> 
    <li class='twitter'><a expr:href='&quot;http://twitter.com/intent/tweet?text=&quot; + data:post.title + &quot;&amp;url=&quot; + data:post.url' target='_blank' title='Tweet This !'><i class='fa fa-twitter'/></a> </li> 

    <li class='facebook'><a expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' target='_blank' title='Share On Facebook !'><i class='fa fa-facebook'/></a> </li> 

    <li class='gplus'><a expr:href='&quot;https://plusone.google.com/_/+1/confirm?hl=&quot; + &quot;en&amp;url=&quot; + data:post.url' target='_blank' title='Share On Google Plus !'><i class='fa fa-google-plus'/></a> </li> 
</div> 

답변