Categories: Wordpress Geliştirme

Yazılara otomatik olarak Google Plus butonu ekleme

Google’nin sosyal ağ projesi olan Google Plus gün geçtikçe popüler olmaya devam ediyor. İnsanların çevrelerinde ki insanlara bir yazıyı paylaşması için +1 yapması kafi. Webmasterlerde bu konularda sitelerinde gerekli butonları ekliyor ve Google üzerinden gelen ziyaretçi sayısını artırmayı hedefliyorlar. Bu anlatımda sizlere WordPress sitelerinizde eklediğiniz yazıların içinde otomatik olarak Google (+) Plus düğmesi eklemeyi kısaca anlatmak istedik.

Yapmanız gereken işlem çok basit temanızın functions.php dosyasında uygun bir yere aşağıda ki kodlar ekleniz yeterli olacaktır.


add_filter('the_content', 'wpr_google_plusone');
function wpr_google_plusone($content) {
	$content = $content.'<div class="plusone"><g:plusone size="tall" href="'.get_permalink().'"></g:plusone></div>';
	return $content;
}
add_action ('wp_enqueue_scripts','wpr_google_plusone_script');
function wpr_google_plusone_script() {
	wp_enqueue_script('google-plusone', 'https://apis.google.com/js/plusone.js', array(), null);
}

View Comments

  • bunu sayfanızın yanında bulunan facebook - twitter- youtube-rss gibi tüm sayfalara ekleyebilir miyiz, aynı şekilde sayfanın paylaşılmasını sağlayabilirmiyiz? bunu paylaşırsanız çok iyi olur

Recent Posts

Aryna Sabalenka

Aryna Sabalenka is a professional tennis player representing Belarus who is slowly gaining the fame she deserves. Aryna is popular…

2 weeks ago

Kelly Inouye-Perez

Kelly Inouye-Perez is respected and beloved by many in the college softball world. She was the main player in a…

2 weeks ago

Ella Parker

Ella Parker has quickly emerged as a key player in college softball for Oklahoma Sooners. Parker, who excels with her…

2 weeks ago

Gabbie Garcia

Gabbie Garcia has become a standout in collegiate softball, mixing her strong skills with a championship mentality learned when she…

2 weeks ago

Jordan Woolery

Jordan Woolery has established herself as a reliable and valuable player in softball at the collegiate level. She is a…

2 weeks ago

Jessica Clements

Jessica Clements is a famous collegiate softball player recognized for her amazing hitting, consistent performance, and strong defense. Following her…

2 weeks ago