<!-- AddToAny BEGIN -->
<div class="a2a_kit a2a_kit_size_32 a2a_default_style" >
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
<a class="a2a_button_facebook"></a>
<a class="a2a_button_facebook_messenger"></a>
<a class="a2a_button_whatsapp"></a>
<a class="a2a_button_twitter"></a>
<a class="a2a_button_linkedin"></a>
<a class="a2a_button_telegram"></a>
<a class="a2a_button_email"></a>
</div>
<script>
var a2a_config = a2a_config || {};
a2a_config.locale = "tr";
</script>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END --> Addtoany php resim paylaşım sorunu
2
●39
- 07-12-2021, 16:53:32Merhaba, addtoany ile paylaşım yapmayı istiyorum fakat paylaş butonuna bastığımda ne sayfanın başlığı, ne içeriği, nede resmi görebiliyorum bunun için kodun neresine bir ekleme yapmam gerekiyor yardımcı olabilecek var mı?
- 07-12-2021, 17:37:48Sayfanızda opengraph taglerini ayarladınız mı?
<meta property="og:title" content="Example Page"> <meta property="og:image" content="https://example.com/images/image.jpg"> <meta property="og:description" content="This is just an example page."> <meta property="og:url" content="https://example.com/page.html"> <meta name="twitter:card" content="summary_large_image">
- 08-12-2021, 11:18:50Evet hocam bu şekilde kullanıyorum
<meta property="og:title" content="<?php echo $blogcek['blog_yazibaslik']; ?>" /> <meta property="og:description" content="<?php echo $blogcek['blog_icerik']; ?>" /> <meta property="og:image" content="img/blog/<?php echo $blogcek['blog_resimyol']; ?>" />
brown adlı üyeden alıntı: mesajı görüntüle