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

MyFreeCams Profile Help!

  • ** 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.

AmberCutie

ACF Owner & Admin. (I don't work for CB.)
Staff member
Cam Model
Mar 1, 2010
30,945
15
126,242
0
AmberLand (Seattle, WA)
Twitter Username
@amberlynnegirl
MFC Username
AmberCutie
ManyVids URL
https://www.manyvids.com/Profile/1000458969/AmberCutie/
Ok, first off, I don't know why so many new girls feel the MFC profile is so important to the point where they freak out and search out people to pay to help them. The built in MFC profile editor is simple and easy to use, and you DON'T need some elaborate CSS design to set up your MFC profile. Just answer the questions in the "edit profile" section of your admin pages, or leave them blank if you don't want them to appear, and use the "customize profile" link in your admin pages to change the appearance as you desire. You don't HAVE to have a fancy designed profile to let your viewers know what you're all about. The most important aspect of your MFC career is being ON cam and entertaining, not so much what's on your profile...

BUT, if you do want something fancy for some reason, let this thread be the place that you ask questions and find help for it.

Attention all MFC profile editors! Post a reply here if you have advice, services for hire, or helpful links for HTML and css design.

A few girls have gone to this site for basic help with HTML and CSS - http://www.w3schools.com/

I am going to direct all new models to this thread for info since we see at least 1 per week popping up asking for desperate "HELP!" on their MFC profiles. :)

Take it away, folks!
 
Hi if anyone could help me it would be greatly appreciated.

I've managed to do a few basic things on my profile but I am wanting to add the pictures side by side and add text. This is to promote buying my pictures/videos.

I have tried to add to MFC pictures and add on the URL but for some reason everytime I do this the picture goes full screen.

Thank you
 
  • Like
Reactions: JanelleHardy
Upvote 0
I have tried to add to MFC pictures and add on the URL but for some reason everytime I do this the picture goes full screen.


Try this code.

<img src="http://cdn.sheknows.com/articles/2013/04/Puppy_2.jpg" alt="Puppy" height="500" width="500">

Replace the url inside the quotation marks with your picture link. The alt="Puppy" is just an alternate description that shows up if they can't load the picture. But the width and height are what sizes it on the webpage to what you want. Generally you want that to be a ratio like what your original picture is so it appears normal. Otherwise it will stretch the appearance in either direction.
 
  • Like
Reactions: Nextdoormilf
Upvote 0
can some one tell me how/if i can put a picture in the "about me" section? i was having issues setting up a tip menu so i just grabbed a white white board and wrote one out and took a picture of it. (id have it in the background of my broadcasts but i am saving for a new laptop and right now i have to sit too close so i can see whats going on in my room so my big head takes up the whole screen lol) any way id like to put that in the about me section...
 
Upvote 0
can some one tell me how/if i can put a picture in the "about me" section? i was having issues setting up a tip menu so i just grabbed a white white board and wrote one out and took a picture of it. (id have it in the background of my broadcasts but i am saving for a new laptop and right now i have to sit too close so i can see whats going on in my room so my big head takes up the whole screen lol) any way id like to put that in the about me section...

Jerry's post #215 describes how to embed a picture in the mfc profile.

expanding on what he wrote. you take the following
Code:
<img src="http://cdn.sheknows.com/articles/2013/04/Puppy_2.jpg">
take that code, and put it in notepad

You're going to want to replace the url example he's using with your own.
if you've already hosted the pic somewhere, you take that link.

If you dont have it hosted somewhere already, might as well put it on mfc.
in your profile. click on Upload Photos
After you upload. click on manage photos. you'll find the photo you just unploaded in the "unassigned" section
Click on it, and select Get URL Copy the url
check the url by pasting that into your browser. does the pic look right? good. next step.
replace http://cdn.sheknows.com/articles/2013/04/Puppy_2.jpg in our example that we saved to notepad with your url.
hit save and check the profile out out.

If the pic you made is ridiculously huge, then I'd probably resize it (mspaint is one way to do it, or use any of a bunch of websites. I tend to use http://ezgif.com/resize if I dont use paint)
You could do like Jerry does and set a display boundary in the HTML code. But then users are still downloading a massive image (slowing your profile down) and then displaying it smaller.

Hopefully my post is something you can follow.
Note, you may want to add some line/paragraph breaks so the pic appears on a new line, and separated from the other text
if you dont know html, put <p></p> for each new line.
 
  • Helpful!
Reactions: Cutie_Kisses
Upvote 0
Hello. Can someone help me? Im trying to do a menu on the top of my profile, but i cant make all this :
UL2Wi81.jpg


go away, anyone know how to do? i tried the


.clock,#clock {
display:none;
}

td[style='font-size:14px;'] {
display:none;
}
but it doesnt workd.

maybe i did something wrong?
 
Upvote 0
Okay, this one should work. Tried it on my own profile before sending.

}

#header_bar,.header_time,#profile_header,.heading,#username_label,#username_value,#about_me_label#gender_container,#gender_label,#gender_value,#age_container,#age_label,#age_value,#sexual_preference_container,#sexual_preference_label,#city_container,#city_label,#about_me_label {
display:none;
}

I would also suggest adding: #tags_label,#tags_container

As for centering:

body {
width:1200px;
margin:0 auto;
}

Love what you've done so far @ManuelaMfc how did you get that awesome cursor?!
 
Last edited:
  • Like
Reactions: ManuelaMfc
Upvote 0
Can someone teach me how to make a genuine gif on a windows pc (without a maker logo in the corner) or direct me to a thread where I can find more help?

You could use a website like https://giphy.com/create/gifmaker. I personally like Giffing Tool, they (if I remember correctly) require a donation to get their logo off of the GIFs, so I just did $1 to unlock... it's easy to use and does pretty good GIFs.
 
  • Helpful!
Reactions: Cutie_Kisses
Upvote 0
Upvote 0
Okay, this one should work. Tried it on my own profile before sending.

}

#header_bar,.header_time,#profile_header,.heading,#username_label,#username_value,#about_me_label#gender_container,#gender_label,#gender_value,#age_container,#age_label,#age_value,#sexual_preference_container,#sexual_preference_label,#city_container,#city_label,#about_me_label {
display:none;
}

I would also suggest adding: #tags_label,#tags_container

As for centering:

body {
width:1200px;
margin:0 auto;
}

Love what you've done so far @ManuelaMfc how did you get that awesome cursor?!


Haha thank you very much for the help! Im only having issues with my tags going one above the other like a tower now, i dont have a idea about what to do to fix it haha


I found the cursor link on pokerbabe website, this link:
http://myfreemfcprofilehelp.blogspot.com.br/2015/10/add-custom-cursor-to-your-profile.html


its easy, just add :

cursor:url(Image_url_goes_here),auto;

to the "body{" part of the code
 
Upvote 0
#tags_container {
display: block;
}
Tyvm :h:

Its possible to put 2 images as buttons on the side of my profile images?

can you check it?
http://profiles.myfreecams.com/manuela_mfc

Its like an amazon and twitter button at the left side of the logo and "about me"
but static like the menu at the top, so it always show no matter how much scroll, i dont know if you understand what i mean
 
Upvote 0
Tyvm :h:

Its possible to put 2 images as buttons on the side of my profile images?

can you check it?
http://profiles.myfreecams.com/manuela_mfc

Its like an amazon and twitter button at the left side of the logo and "about me"
but static like the menu at the top, so it always show no matter how much scroll, i dont know if you understand what i mean


Change in html

<a name="aboutme">
<img alt="" style="width:900px;display:block;margin-left:auto;margin-right:auto;" src="https://3.bp.blogspot.com/-fgCSj2U8wL8/V5wUXUhu7nI/AAAAAAAAAL0/qXWsjK6XQfotI8MEFJ2idiulduWGdmdSgCLcB/s1600/Backup_of_about+me+and+rules.png">
</a>

to

<a name="aboutme">
<img alt="" style="width:900px;display:block;margin-left:auto;margin-right:auto;" src="https://3.bp.blogspot.com/-fgCSj2U8wL8/V5wUXUhu7nI/AAAAAAAAAL0/qXWsjK6XQfotI8MEFJ2idiulduWGdmdSgCLcB/s1600/Backup_of_about+me+and+rules.png">
</a>
<a rel="nofollow" target="_blank" href="/external_link/?url=http%3A%2F%2Ftwitter.com%2Fmfc_graphic&amp;domain=twitter.com" style="background-image: url('http://s30.postimg.org/6tq3dgccx/social_sprites.png'); background-repeat: no-repeat; background-position: 0px -1170px; border-radius: 100%; box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); text-align: center; width: 30px; display: block; position: absolute; height: 30px; top: 550px; left: 82px;"></a>
 
Upvote 0
By the way, I'm thinking about making profile templates for MFC. Maybe just a couple of themes like colors, and objects. I'll make it for free and have it available as a download. However I just have to figure out a suitable way to preview each one without a screenshot.
 
Upvote 0
By the way, I'm thinking about making profile templates for MFC. Maybe just a couple of themes like colors, and objects. I'll make it for free and have it available as a download. However I just have to figure out a suitable way to preview each one without a screenshot.

Use jsfiddle
 
Upvote 0
Ok, first off, I don't know why so many new girls feel the MFC profile is so important to the point where they freak out and search out people to pay to help them. The built in MFC profile editor is simple and easy to use, and you DON'T need some elaborate CSS design to set up your MFC profile. Just answer the questions in the "edit profile" section of your admin pages, or leave them blank if you don't want them to appear, and use the "customize profile" link in your admin pages to change the appearance as you desire. You don't HAVE to have a fancy designed profile to let your viewers know what you're all about. The most important aspect of your MFC career is being ON cam and entertaining, not so much what's on your profile...

BUT, if you do want something fancy for some reason, let this thread be the place that you ask questions and find help for it.

Attention all MFC profile editors! Post a reply here if you have advice, services for hire, or helpful links for HTML and css design.

A few girls have gone to this site for basic help with HTML and CSS - http://www.w3schools.com/

I am going to direct all new models to this thread for info since we see at least 1 per week popping up asking for desperate "HELP!" on their MFC profiles. :)

Take it away, folks!
I just want to hire someone to do my profile design
 
Upvote 0
Tyvm :h:

Its possible to put 2 images as buttons on the side of my profile images?

can you check it?
http://profiles.myfreecams.com/manuela_mfc

Its like an amazon and twitter button at the left side of the logo and "about me"
but static like the menu at the top, so it always show no matter how much scroll, i dont know if you understand what i mean

Locking something to the screen so it stays at a fixed place regardless of content being scrolled just needs a few things.
  1. position: fixed;
    This is what makes it lock to the browser window as opposed to other elements in the html.
  2. width: 100px; height: 100px;
    You'll need to give it a specific size, since it no longer has any relation to other elements on the page. change the 100px above to what you want.
  3. depending relative to where you want the button to appear. you'll need a top&left, top&right, bottom&left or bottom&right position (relative to the browser window).
    Top& left will position it relative to the top left corner. higher top means lower down, higher left means more to the right.

Add this for example (pretty much anywhere in your profile html):
<a href="#" style="position:fixed; width:50px; height:50px; top:10px; left:10px">
<img src="https://img.mfcimg.com/photos2/199/19928802/430-358-801-117-9697104.jpg" alt="button" />
</a>
 
Upvote 0
I just want to hire someone to do my profile design
If you're a fairly new model. You don't want to hire someone. Your profile isn't anywhere near as important as you may think it is. Paying for a profile will simply cost you a chunk out of your budget that you should be spending on other things.
A profile will NOT significantly increase polularity of your room or get you more members.

If on the other hand you have established yourself as a model and you have...
  • A lot of things to sell (videos, panties, pictures, other merch)
  • A lot of things to tell
  • A lot of things to show
Then a profile is a good way to facilitate the selling, telling and showing, because you can point members to your profile if they ask about stuff in your room.

You can do a lot on your own simply by chaining some images one after the other.
 
Upvote 0
Can someone teach me how to make a genuine gif on a windows pc (without a maker logo in the corner) or direct me to a thread where I can find more help?

I use Gimp, which is a free open source image editor akin to photoshop.
If you ONLY want to turn a section of video into a GIF then this is a bit of a cannon to shoot at a fly. And it'll take a bit of learning to know how to do it. It does require some tech savvy.
If you want gifs with text or special effects however, it's a decent choice. And you'll get to learn how to work with an image editor which has other benefits.
 
  • Helpful!
Reactions: Cutie_Kisses
Upvote 0