Author Topic: Follower notification  (Read 5906 times)

0 Members and 1 Guest are viewing this topic.

gh0sthound

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Gh0sthound
Follower notification
« on: August 21, 2014, 07:38:41 AM »
I could use a little help getting deepbot setup to notify me on OBS. I use the CLR browser with nightdev for the notification but i have no idea how to link it with deepbot :X

It's also be awesome to have this image in CSS format if possible
http://i.imgur.com/fPkqo5Q.png

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Follower notification
« Reply #1 on: August 22, 2014, 12:36:42 AM »
To use these, install the CLR Browser plugin for OBS. Then add CLR Browser source with the below link and dimensions. There should be a tab called CSS in which you past the CSS customisation script.

Follows

Link : http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 950
Height: 270

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 950px !important;
height: 265px !important;
border-radius: 10px;
background-image: url('http://i.imgur.com/fPkqo5Q.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 88px !important;
margin-left: 180px !important;
text-align: center !important;
width: 600px !important;
font-size: 52px !important;
font-weight: normal !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #00fdbd;


}

Preview: