Title: Float Link Text
Last modified: August 21, 2016

---

# Float Link Text

 *  Resolved [lerrie](https://wordpress.org/support/users/lerrie/)
 * (@lerrie)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/float-link-text/)
 * Great plugin! The only thing I am wondering is how can I make the “Link Text”,
   created in the settings page of the plugin, display directly after the facebook
   message (on the same line), in stead of creating a new paragraph below the facebook
   message?
 * Kind regards!
 * [http://wordpress.org/plugins/recent-facebook-posts/](http://wordpress.org/plugins/recent-facebook-posts/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/float-link-text/#post-4356745)
 * Hi there,
 * This isn’t possible by default but if you’re comfortable adding a line or two
   to your theme its `functions.php` file then it is.
 * You can also use CSS to make the paragraph appear inline.
 * Let me know which route you want to take and I will help you out with it! 🙂
 * Thanks.
 *  Thread Starter [lerrie](https://wordpress.org/support/users/lerrie/)
 * (@lerrie)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/float-link-text/#post-4356749)
 * Hi Danny,
 * Adding a few lines to functions.php is no problem. What should I add?
 * Thanks!
 *  Thread Starter [lerrie](https://wordpress.org/support/users/lerrie/)
 * (@lerrie)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/float-link-text/#post-4356772)
 * So what should I add to the functions.php file?
 * Kind regards
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/float-link-text/#post-4356776)
 * Hi lerri,
 * You can manually add the link to the Facebook page after each post, within the
   paragraph, by adding the following lines of code to your `functions.php` file.
 *     ```
       function rfbp_content_filter($content) {
       	$opts = rfbp_get_settings();
   
       	$content .= ' <a href="http://www.facebook.com/'. $opts['fb_id'] .'/">Find us on Facebook</a>';
       	return $content;
       }
       ```
   
 * Hope that helps or sets you off in the right direction!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Float Link Text’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-facebook-posts_eae9f9.svg)
 * [Recent FB Posts](https://wordpress.org/plugins/recent-facebook-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-facebook-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-facebook-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-facebook-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-facebook-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-facebook-posts/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/float-link-text/#post-4356776)
 * Status: resolved