RB Site Social Links

Leírás

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’)));
    ?>

Képernyőmentések

  • 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.

Telepítés

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

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“RB Site Social Links” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“RB Site Social Links” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

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