php Genesis Pinterest按钮。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Genesis Pinterest按钮。相关的知识,希望对你有一定的参考价值。

/* Pinterest Button
--------------------------------------------- */

.pinterest-button iframe {
	margin: 10px 0;
}
<?php

//* Add Vertical Pinterest button
add_action( 'genesis_post_content', 'sp_pinterest_button', 5 );
function sp_pinterest_button() {
     
	printf( '<div class="pinterest-button"><a href="http://pinterest.com/pin/create/button/?url=%s&media=%s" class="pin-it-button" count-layout="vertical">Pin It</a><script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script></div>', urlencode( get_permalink() ), urlencode( genesis_get_image( array( 'format' => 'url' ) ) ) );
 
}
 
genesis();
<?php

//* Add No-count Pinterest button
add_action( 'genesis_post_content', 'sp_pinterest_button', 5 );
function sp_pinterest_button() {
     
	printf( '<div class="pinterest-button"><a href="http://pinterest.com/pin/create/button/?url=%s&media=%s" class="pin-it-button" count-layout="none">Pin It</a><script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script></div>', urlencode( get_permalink() ), urlencode( genesis_get_image( array( 'format' => 'url' ) ) ) );
 
}
 
genesis();
<?php

//* Add Horizontal Pinterest button
add_action( 'genesis_post_content', 'sp_pinterest_button', 5 );
function sp_pinterest_button() {
     
	printf( '<div class="pinterest-button"><a href="http://pinterest.com/pin/create/button/?url=%s&media=%s" class="pin-it-button" count-layout="horizontal">Pin It</a><script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script></div>', urlencode( get_permalink() ), urlencode( genesis_get_image( array( 'format' => 'url' ) ) ) );
 
}
 
genesis();

以上是关于php Genesis Pinterest按钮。的主要内容,如果未能解决你的问题,请参考以下文章

php 如何在Genesis中的内容/摘录下添加“阅读更多”按钮

php Jan Dembowski过滤the_content()以添加Pinterest按钮代码。

php [Pinterest api] Pinterest api php #social

pinterest 上的分享/回复按钮

Colorbox 和 pinterest 按钮 URL 更新

在不生成按钮的情况下链接到 pinterest 上的“固定”