Author Topic: Custom Follower Alert  (Read 11824 times)

0 Members and 3 Guests are viewing this topic.

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Custom Follower Alert
« on: October 25, 2014, 05:38:34 PM »
I would like a follower notification that reads Thanks for Becoming an Agent on the top, the name under it. on a black background (all white text) with the attached picture.

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Alert
« Reply #1 on: October 26, 2014, 11:47:53 AM »
Let me know how it works!

Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 384
Height: 135

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 374px !important;
height: 135px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/J27OdG8.jpg') !important;
background-repeat: no-repeat;
overflow: hidden !important;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 0px !important;
margin-left: 0px !important;
text-align: center !important;
width: 380px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;
}
#follow-notification .followname:before {
content: 'Thanks for Becoming an Agent: ';
font-family: !important;
font-size: 25px !important
}

Preview:

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #2 on: October 26, 2014, 02:57:49 PM »
How do I enable it into the bot?
« Last Edit: October 26, 2014, 02:58:39 PM by emrerocky »

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Alert
« Reply #3 on: October 26, 2014, 02:59:00 PM »

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #4 on: October 26, 2014, 03:01:28 PM »
I am using Xsplit

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Alert
« Reply #5 on: October 26, 2014, 03:02:57 PM »

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #6 on: October 26, 2014, 03:07:47 PM »
That URL brings up the XBOX looking default follower alert

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Alert
« Reply #7 on: October 26, 2014, 03:08:40 PM »
That URL brings up the XBOX looking default follower alert

Please change the CSS using the one I provided.

-emrerocky

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #8 on: October 26, 2014, 03:30:51 PM »
Is there a way to copy and paste it from here? It won't copy to my clipboard

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Alert
« Reply #9 on: October 27, 2014, 12:45:08 AM »
Is there a way to copy and paste it from here? It won't copy to my clipboard

Yes.  When you selected the code, just copy and paste it.  It should work.

-emrerocky

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #10 on: October 27, 2014, 12:50:18 AM »
It hasn't been working for me and I have been trying.

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Alert
« Reply #11 on: October 27, 2014, 12:51:15 AM »
It hasn't been working for me and I have been trying.

When you have it selected, try right clicking and copy pasting it that way.  It should allow you, as it is text.

-emrerocky

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #12 on: October 27, 2014, 12:53:47 AM »
I have. It is not allowing me to right click and the CTRL + C isn't working either

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Alert
« Reply #13 on: October 27, 2014, 12:54:58 AM »
I have. It is not allowing me to right click and the CTRL + C isn't working either

Try doing it from here: http://pastebin.com/febNyGwa

-emrerocky

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #14 on: October 27, 2014, 02:43:40 AM »
The CCS code is not wanting to replace the image. And I had someone try to get it to work with no luck.