Описание
RB Site Social Links plugin use for dynamically add your website social icon link. You need change only your social icon link href address or social icon text.
Usage
For Facebook Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_facebook_link’));
?>
For Twitter Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_twitter_link’));
?>
For LinkedIn Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_linkedin_link’));
?>
For Instagram Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_instagram_link’));
?>
For Pinterest Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_pinterest_link’));
?>
For Behance Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_behance_link’));
?>
For Dribbble Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_dribbble_link’));
?>
For Github Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_github_link’));
?>
For YouTube Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_youtube_link’));
?>
For Blogger Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_blogger_link’));
?>
For WordPress.com Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_wordpress_link’));
?>
For CodePen Link:
- Add PHP Code:
<?php
echo esc_url(get_option(‘rb_codepen_link’));
?>
For Skype Address:
- Add PHP Code:
<?php
echo esc_html(printf(__(‘%s’,’rb-site-social-links’),
get_option(‘rb_skype_text’)));
?>
Скриншоты
WordPress Dashboard Admin -> Setting -> General Page. Usage Facebook Link. Usage Twitter Link. Usage LinkedIn Link. Usage Instagram Link. Usage Pinterest Link. Usage Behance Link. Usage Dribbble Link. Usage Github Link. Usage YouTube Link. Usage Blogger Link. Usage WordPress.com Link. Usage CodePen Link. Usage Skype Address.
Установка
From your WordPress dashboard
Visit
Plugins > Add New
Search
for «RB Site Social Links»
Install and Activate
RB Site Social Links from your Plugins page
Go to
Setting -> General Page
Links add
Add your website’s social media links
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«RB Site Social Links» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «RB Site Social Links» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.4
- 29.03.2022 — 5th version submission
- readme.txt edit
1.0.3
- 10.12.2021 — 4th version submission
- Instagram Link Problem Solve
- readme.txt edit
1.0.2
- 29.10.2021 — 3rd version submission
- Plugin URI Add
- Plugin Description change
- Add new plugin tabs 1. Installation
1.0.1
- 22.10.2021 — 2nd submission
- Add Author URI
- View html php codes in plugin description tab
- Add Banner & Icon Images
1.0.0
- 09.09.2021 — 1st submission