GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Unique Titels with WP Chaturbate plugin? (https://gfy.com/showthread.php?t=1192646)

linkhouse 04-13-2016 10:12 AM

Unique Titels with WP Chaturbate plugin?
 
Im using WP Chaturbate plugin on some Wordpress sites. But is there away to get the models name in the Title?

Like: Free sex chat with "models name".

I see google index all the models room with the same , exemple "my free cams bla bla bla" Im afraid google will not like so many same Titles on so many pages .

Thank you.

sarettah 04-13-2016 02:42 PM

Quote:

Originally Posted by linkhouse (Post 20835479)
Im using WP Chaturbate plugin on some Wordpress sites. But is there away to get the models name in the Title?

Like: Free sex chat with "models name".

I see google index all the models room with the same , exemple "my free cams bla bla bla" Im afraid google will not like so many same Titles on so many pages .

Thank you.

You can modify the titles to whatever you want to I would think.

I would have to look at the actual code in the plugin to tell you how or you can do that yourself.

Hope that helps

.

sarettah 04-13-2016 02:55 PM

Disclaimer: This is all an educated guess based on 2 minutes of looking at the code.

If you are talking about the NMIP WP plugin for chaturbate (the one that has been posted around here a bunch of times) Then in the plugins folder there is a functions.php file.

In there is a function called nmp_thumbnail and that is what you would modify to get the title the way you want it.

Code:

function nmp_thumbnail( $link, $user, $image, $show, $age, $gender, $online, $viewers )
{
  echo '<li class="element">
          <div class="cb_thumbnail">

        <a href="' . $link . '" title="' . $user . '\'s Free Webcam">

        <img src="' . $image . '" alt="' . $user . '" /></a>
        <div class="cb_status ' . $show . '">' . $show . '</div>
        </div>
        <div class="cb_user">
        <a href="' . $link . '" title="' . $user . '\'s Free Webcam"><i class="fa fa-user"></i>&nbsp;<span class="name">' . nmp_limit_chars( $user, 20 ) . '</span></a>
        <span class="cb_age"><span class="age">' . $age . '</span> <span class="cb_gender">' . $gender .  '</span></span>
        </div>
        <span class="online" style="display: none;">' . $online . '</span>
        <div class="cb_time_online"><i class="fa fa-clock-o"></i>&nbsp;' .  nmp_ago( $online ) . '</div>
        <div class="cb_num_users"><span class="viewers">' . $viewers . '</span>&nbsp;<i class="fa fa-eye"></i>  </div>
        </li>';                       
}

You would modify the line that says:

Code:

<a href="' . $link . '" title="' . $user . '\'s Free Webcam">
To make the title the way you want it.

.

sarettah 04-13-2016 03:32 PM

I have a misstatement in there. The one line I brought out will NOT do what you want. I was moving too quick.

You would modify several different things in that paragraph to make it look the way you want.

.

j3rkules 04-13-2016 04:01 PM

Which plugin are you using?

topadult 04-13-2016 10:09 PM

Are you using this plugin here: SexPlugins | Wordpress plugins for adult websites ?

linkhouse 04-14-2016 12:03 AM

Quote:

Originally Posted by topadult (Post 20836463)
Are you using | Wordpress plugins for adult websites ?

Yes thats the one.

linkhouse 04-14-2016 12:56 PM

I got help from the creator of the plugin.

adentio99 04-18-2016 02:26 PM

Hi OP,

can you post the link of your site which uses that plugin?


All times are GMT -7. The time now is 09:09 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc