如何从我的TYPO3页面获取图片网址以便在pinterest上分享?
我试图通过pinterest分享图像。我可以通过Twitter和Facebook分享我的个人页面,但是在pinterest,我需要一个图像网址。我可以从Page XY获取我的图像吗?包含文字和图片的普通内容页面...我的图片,我想分享来自扩展名。
<img src="typo3temp/GB/Donna_Lanea8d0434f4.jpg" width="398" height="398" border="0" alt="" title="" style="opacity: 1;">
我不想使用sociel书签插件!
这是我的社交链接,适用于facebook和google +,twitter,..
...
lib.social = COA
lib.social {
15 = TEXT
15 {
wrap = <li class="social_two">|</li>
value = Pinterest
typolink.title = Pin it on Pinterest
typolink.ATagParams = class="social pt" target="_blank"
typolink.parameter.cObject = COA
typolink.parameter.cObject {
10 = TEXT
10.dataWrap = http://www.pinterest.com/pin/create/button/?url=|
10.data = getIndpEnv:TYPO3_REQUEST_URL
}
}
感谢您的帮助
答案 0 :(得分:0)
我使用以下snippit并且它有效。没有TypoScript。
<a class="social pt" href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());">
Pin it on Pinterest or your image
</a>