Created
July 18, 2019 08:45
-
-
Save maidis/d6e46f4b74230110e2643283d57c60de to your computer and use it in GitHub Desktop.
Blogger için Twitter Önizlemeleri
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<b:includable id='post' var='post'> | |
<!-- Twitter Card Tags --> | |
<meta content='summary_large_image' name='twitter:card'/> | |
<meta content='@anilozbek' name='twitter:site'/> | |
<meta content='@anilozbek' name='twitter:creator'/> | |
<meta content='anilozbek.blogspot.com' name='twitter:domain'/> | |
<b:if cond='data:post.firstImageUrl'> | |
<meta expr:content='data:post.firstImageUrl' name='twitter:image:src'/> | |
</b:if> | |
<meta expr:content='data:blog.pageTitle' name='twitter:title'/> | |
<meta expr:content='data:post.sharePostUrl' name='twitter:url'/> | |
<!-- /Twitter Card Tags --> | |
<!-- ... --> | |
<meta expr:content='data:post.body' name='twitter:description'/> | |
<data:post.body/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment