Title: Subscribe Button Text
Last modified: August 24, 2016

---

# Subscribe Button Text

 *  Resolved [RightBeatRadio](https://wordpress.org/support/users/rightbeatradio/)
 * (@rightbeatradio)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/subscribe-button-text-1/)
 * Hello, is it possible to change the text of the Subscribe button on our video
   page? It currently reads “YouTube” instead of our actual channel name.
 * I’d like it to read “Right Beat Radio” instead.
 * Thanks,
    M!ke
 * [https://wordpress.org/plugins/yourchannel/](https://wordpress.org/plugins/yourchannel/)

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

 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/subscribe-button-text-1/#post-6138759)
 * YouTube API doesn’t let us do that. But there are few other styles [on YouTube API site](https://developers.google.com/youtube/youtube_subscribe_button#Configuration_Options),
   take a look at them, would you like to have any one of them?
 *  Thread Starter [RightBeatRadio](https://wordpress.org/support/users/rightbeatradio/)
 * (@rightbeatradio)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/subscribe-button-text-1/#post-6138770)
 * Ahh I see, API restrictions. No problem on that.
 * I visited the link you gave me and I used the “Configure a Button” section.
 * It would be awesome is we could use the **‘Full Layout’** version of the button.
   Which displays the channel icon, channel name and subscribe button.
 * It gave us some script code to generate that button layout:
 *     ```
       <script src="https://apis.google.com/js/platform.js"></script>
   
       <div class="g-ytsubscribe" data-channel="rightbeatradio" data-layout="full" data-count="default"></div>
       ```
   
 * [Here’s a screenshot](http://rightbeatradio.com/wp-content/uploads/2015/05/Screen-Shot-2015-05-17-at-11.10.47-AM.png)
 * Thanks so much!
 *  Thread Starter [RightBeatRadio](https://wordpress.org/support/users/rightbeatradio/)
 * (@rightbeatradio)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/subscribe-button-text-1/#post-6138776)
 * Got the ‘Full Layout’ working. Here’s how I did it.
 * Edited the file: /plugins/yourchannel/js/yrc-0.5-pro.js
 * On line 127:
    `<div class="g-ytsubscribe" data-channelid="'+ channel +'" data-
   layout="default" data-count="default"></div>\`
 * Changed **data-layout=”default”** to **data-layout=”full”**
 * Edited CSS to include:
    `.yrc-subscriber { bottom: -57px; }`
 * I had to edit the yrc-subscriber class because using the ‘full’ layout (which
   includes the channel icon) mis-aligned the entire DIV, so changing the bottom
   moves it back down into place.
 * Done. Let me know if this wasn’t the correct way to change the layout.
    [Here’s a screenshot](http://rightbeatradio.com/wp-content/uploads/2015/05/Screen-Shot-2015-05-17-at-11.39.25-AM.png)
 * And thanks for originally linking me to the YouTube API page!
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/subscribe-button-text-1/#post-6138789)
 * Oh wow, that’s great. I was actually adding these options in the YourChannel 
   edit form and was going to provide you modified version.
 * I just came here to check the style you said and you’ve done it. Bravo.
    We’ll
   have these options in the next version, so you won’t have to edit the files.
 * Cheers.
 *  Thread Starter [RightBeatRadio](https://wordpress.org/support/users/rightbeatradio/)
 * (@rightbeatradio)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/subscribe-button-text-1/#post-6138800)
 * Cool! Thank you for being so responsive. And thanks for adding this as an option
   in the new version. Excited to give it a try.
 * By the way, I forgot to mention an issue with the subscribe button on mobile 
   screen dimensions. When screen size (width) gets to around 510px, the subscribe
   button is centered and interferes with the yrc-menu-items div class. The two 
   actually overlap. So I went ahead and edited the mobile css to hide the subscriber
   button on mobile devices.
 * For us, it’s ok, but for others it may not be ok to hide the subscribe button.
   So you may want to look into other options.
 * I simply edited the css file:
    /plugins/yourchannel/css/style-0.5-pro.css
 * Added to Line 326:
    .yrc-mobile .yrc-subscriber{ display: none; }
 * The button is now hidden on screen sizes of 510px (width) and lower.
 * Take care

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

The topic ‘Subscribe Button Text’ is closed to new replies.

 * ![](https://ps.w.org/yourchannel/assets/icon-256x256.png?rev=1106592)
 * [YourChannel: Everything you want in a YouTube plugin.](https://wordpress.org/plugins/yourchannel/)
 * [Support Threads](https://wordpress.org/support/plugin/yourchannel/)
 * [Active Topics](https://wordpress.org/support/plugin/yourchannel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yourchannel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yourchannel/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [RightBeatRadio](https://wordpress.org/support/users/rightbeatradio/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/subscribe-button-text-1/#post-6138800)
 * Status: resolved