Title: Adding using php code or shortcode
Last modified: August 20, 2016

---

# Adding using php code or shortcode

 *  Resolved [aWEBthatWORKS](https://wordpress.org/support/users/awebthatworks/)
 * (@awebthatworks)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/adding-using-php-code-or-shortcode/)
 * I always used to use get_horizontal_social_web_links(); to add the icons into
   the header of the theme. In newer versions, this has stopped working, is there
   an alternate function or shortcode that I can use in the newer version?
 * [http://wordpress.org/extend/plugins/social-web-links/](http://wordpress.org/extend/plugins/social-web-links/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [aWEBthatWORKS](https://wordpress.org/support/users/awebthatworks/)
 * (@awebthatworks)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/adding-using-php-code-or-shortcode/#post-3176724)
 * If anyone else is looking, it seems like you can use either:
 * <?php echo swl_create_list(32, ‘horizontal’); ?>
    <?php echo do_shortcode(‘[social_web_link][/
   social_web_link]’); ?>
 * It looks like when I did the latest update it dropped the links, so I just needed
   to load those back in to get it working.

Viewing 1 replies (of 1 total)

The topic ‘Adding using php code or shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/social-web-links_a78e8e.svg)
 * [Social Web Links](https://wordpress.org/plugins/social-web-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/social-web-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/social-web-links/)
 * [Active Topics](https://wordpress.org/support/plugin/social-web-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/social-web-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/social-web-links/reviews/)

## Tags

 * [functions](https://wordpress.org/support/topic-tag/functions/)
 * [php code](https://wordpress.org/support/topic-tag/php-code/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 1 participant
 * Last reply from: [aWEBthatWORKS](https://wordpress.org/support/users/awebthatworks/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/adding-using-php-code-or-shortcode/#post-3176724)
 * Status: resolved