RB Site Social Links

설명

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