AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

how to put tip me offline on your profile

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
Status
Not open for further replies.
I am sorry if I am beating a dead dog on this one but I just can't make this work... I think I have gotten the right link


<a href=http://www.myfreecams.com/mfc2/php/tip.php?request=tip&broadcaster_id=14531923Offline Tips</a>


When I put it into whatever box, say "Favourite Books" then I preview my profile it has turned the text in the boxes below into the link and also turned it blue?

How do I add this link to a picture and contain it to the box that I want??!?!!?

I am soooooo unbelievably confused and totally discouraged! :icon-cry:

Thank you in advance for any help..

-DD
 
  • Like
Reactions: deviantdahlia
Upvote 0
Dixie said:
I am sorry if I am beating a dead dog on this one but I just can't make this work... I think I have gotten the right link


<a href=http://www.myfreecams.com/mfc2/php/tip.php?request=tip&broadcaster_id=14531923Offline Tips</a>


When I put it into whatever box, say "Favourite Books" then I preview my profile it has turned the text in the boxes below into the link and also turned it blue?

How do I add this link to a picture and contain it to the box that I want??!?!!?

I am soooooo unbelievably confused and totally discouraged! :icon-cry:

Thank you in advance for any help..

-DD
You are missing a ">" between the "3" and the "O".

Try the following
Code:
<a href=http://www.myfreecams.com/mfc2/php/tip.php?request=tip&broadcaster_id=14531923>Offline Tips</a>
 
Upvote 0
Ok, thank you to everyone who has posted here, this is amazing and thank you Sevrin for fixing that for me..


So I now have a basic idea as to how to post a link!!! Woot!!! I was really not sure I was going to be able to grasp that. It seems clear now.. So with this basic formula, how do I then add a picture to the mix, perhaps add a picture instead of text?



Thank you thank you a million times over totally couldn't do this without everyone.


-DD
 
Upvote 0
This is another method using a fixed amount of tokens and a comment.

Code:
http://www.myfreecams.com/mfc2/php/tip.php?&request=tip&broadcaster_id=XXXXXXXX&tip_value=100&comment=Thanks%20for%20making%20me%20smile!%20LOVE%20your%show!

in html code will look like this

Code:
<a href="http://www.myfreecams.com/mfc2/php/tip.php?&request=tip&broadcaster_id=XXXXXXXX&tip_value=100&comment=Thanks%20for%20making%20me%20smile!%20LOVE%20your%show!">Offline Tip</a>

where XXXXXX must be replaced with model's ID. The value of offline tip is 100 tkn and comment is Thanks for making me smile! love your show!
 
Upvote 0
Dan202 said:
This is another method using a fixed amount of tokens and a comment.

Code:
http://www.myfreecams.com/mfc2/php/tip.php?&request=tip&broadcaster_id=XXXXXXXX&tip_value=100&comment=Thanks%20for%20making%20me%20smile!%20LOVE%20your%show!

in html code will look like this

Code:
<a href="http://www.myfreecams.com/mfc2/php/tip.php?&request=tip&broadcaster_id=XXXXXXXX&tip_value=100&comment=Thanks%20for%20making%20me%20smile!%20LOVE%20your%show!">Offline Tip</a>

where XXXXXX must be replaced with model's ID. The value of offline tip is 100 tkn and comment is Thanks for making me smile! love your show!

That seems like a way for a model to have video buy buttons with the video wanted already typed in.
 
  • Like
Reactions: Teagan and LadyLuna
Upvote 0
Shaun__ said:
Dan202 said:
This is another method using a fixed amount of tokens and a comment.

Code:
http://www.myfreecams.com/mfc2/php/tip.php?&request=tip&broadcaster_id=XXXXXXXX&tip_value=100&comment=Thanks%20for%20making%20me%20smile!%20LOVE%20your%show!

in html code will look like this

Code:
<a href="http://www.myfreecams.com/mfc2/php/tip.php?&request=tip&broadcaster_id=XXXXXXXX&tip_value=100&comment=Thanks%20for%20making%20me%20smile!%20LOVE%20your%show!">Offline Tip</a>

where XXXXXX must be replaced with model's ID. The value of offline tip is 100 tkn and comment is Thanks for making me smile! love your show!

That seems like a way for a model to have video buy buttons with the video wanted already typed in.

DOOD! Stealing!
 
Upvote 0
Yes that would be a really great thing to have on my page! Is there a way to make the link as a cute picture? and when you click on it, it will bring you to the tip page? :p
 
Upvote 0
Upvote 0
Kradek said:
Had a little free time tonight.

Tip Me Link Generator.

Let me know if there are any bugs you stumble across. I only tested it briefly in Firefox and Chrome.
This is the coolest! Thanks so much!!! Now to add a picture with it! Oooh yeah!
 
  • Like
Reactions: Kradek
Upvote 0
I must be retarded or something cuz I'm just not figuring out how to do this.... I've gone copied and pasted the link

<a href=http://www.myfreecams.com/mfc2/php/tip.php?request=tip&broadcaster_id=14607238>Offline Tips</a>

into my favorite books area of my profile editing and I've also gone into the customize profile area as well.... Nothing is coming up!!!! I don't understand
 
Upvote 0
deviantdahlia said:
I must be retarded or something cuz I'm just not figuring out how to do this.... I've gone copied and pasted the link

<a href=http://www.myfreecams.com/mfc2/php/tip.php?request=tip&broadcaster_id=14607238>Offline Tips</a>

into my favorite books area of my profile editing and I've also gone into the customize profile area as well.... Nothing is coming up!!!! I don't understand
I'm pretty sure the apostrophes around the URL are missing, try <a href='http://www.myfreecams.com/mfc2/php/tip.php?request=tip&broadcaster_id=14607238'>Offline Tips</a>


Or just use Kradek's offline tip link generator that's a few posts above this one.
 
Upvote 0
My button is made like this

<a href="http://www.myfreecams.com/mfc2/php/tip.php?&request=tip&broadcaster_id=YOUR ID"><img src="http://css-mfc-profile.design-xpro.com/wp-content/uploads/2013/10/2g.png" alt=""></a>
just paste it on your profile in ABOUT ME

AND ACTUALLY I USED A LOTS OF THINGS FROM THAT SITE
css-mfc-profile.design-xpro.com

..as I understand, they are kind a official MFC partners.

I am not an IT geek, but I manage to create most of my buttons and image-links using info from there.
 
  • Like
Reactions: SavannahMai
Upvote 0
deviantdahlia said:
I must be retarded or something cuz I'm just not figuring out how to do this.... I've gone copied and pasted the link
-----
into my favorite books area of my profile editing

I put mine into my favourite films part and it seems to work, but, um, how do we get to put our own words on there in our own order instead of their default stuff? How come some ladies have nice profiles and I have the generic one? Am I missing something??? Please help. Im so con-fussed.
 
Upvote 0
Miss_Lollipop said:
http://www.myfreecams.com/mfc2/php/tip.php?request=tip&username=YOUR MODEL NAME HERE/


:)

To make it an active link use
<a href="URL"/>TEXT THEY READ</a>

Thank you very much! This helped me a lot!
 
Upvote 0
Am I the only one for whose profile NONE of these links work?? I've been cutting and pasting, trying all versions (including ones on other sites), and I get NADA showing up...I got the Amazon Wishlist button to show up, but every few days or so it just stops working...help please?
 
Upvote 0
SandyTheCheek said:
Am I the only one for whose profile NONE of these links work?? I've been cutting and pasting, trying all versions (including ones on other sites), and I get NADA showing up...I got the Amazon Wishlist button to show up, but every few days or so it just stops working...help please?
The ones here work! http://profiles.myfreecams.com/ChrisSixx#twitter
But they're pretty simple...one step at a time, I guess.
 
Upvote 0
Okay, I give up. I need help making an offline tip button! :?
Also, if someone could break down how to do this, this way, I'd be forever in their debt.
:angry4:
 
Upvote 0
sweetbabygbbw said:
Okay, I give up. I need help making an offline tip button! :?
Also, if someone could break down how to do this, this way, I'd be forever in their debt.
:angry4:

This thread actually does break down how to do this! Which part are you having trouble with?
 
Upvote 0
ETA: I definitely didn't look through the rest of this thread before doing this. o_O Sorry if it's been covered!
ETA2: Yep, I actually didn't even realize THIS was the broadcaster ID thread too haha. Spaz candy! Hope this helps someone at least! :)

- - -

You could do a simple text link or an image/button! You would need to use a program like Paint, Photoshop, etc. to make your button. You also need to find your broadcaster ID for this link to work. The way you should format your HTML is as follows:

Link:
Code:
<a href="http://www.myfreecams.com/mfc2/php/tip.php?request=tip&broadcaster_id=YOURBROADCASTERID">Offline Tip!</a>
Looks like:
Offline Tip! (example using my broadcaster id)

To find your broadcaster ID: follow this guide that the awesome LilyMarie put together! Easy peasy!

Image:
Code:
<a href="http://www.myfreecams.com/mfc2/php/tip.php?request=tip&broadcaster_id=YOURBROADCASTERID"><img src="YOUR IMAGE LINK"></a>

Looks like:
(example using my broadcaster id)

Hope this helps!!
xoxo
 
Upvote 0
Ok guys, this is really helpful. There is one thing I still don't understand, though: where exactly do I put the code? I used the Tip me Generator, got a link...now where do I put it? Sorry id that's a little bit of a dumb question. Should I go to "Customize profile" or "Edit profile"? Do I go to "Update CSS"? I'm afraid of screwing it all up!
 
Upvote 0
Ok guys, this is really helpful. There is one thing I still don't understand, though: where exactly do I put the code? I used the Tip me Generator, got a link...now where do I put it? Sorry id that's a little bit of a dumb question. Should I go to "Customize profile" or "Edit profile"? Do I go to "Update CSS"? I'm afraid of screwing it all up!
Typically you paste it in one of the sections that come up in step three or four when you click "Edit Profile".
 
  • Like
Reactions: Adora_Red
Upvote 0
Had a little free time tonight.

Tip Me Link Generator.

Let me know if there are any bugs you stumble across. I only tested it briefly in Firefox and Chrome.

Awesome! Does anyone have a good URL for a generic pic for this?
 
  • Like
Reactions: Kradek
Upvote 0
Status
Not open for further replies.