Unique Titels with WP Chaturbate plugin?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • linkhouse
    Registered User
    • Jun 2014
    • 68

    #1

    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
    see you later, I'm gone
    • Oct 2002
    • 14336

    #2
    Originally posted by linkhouse
    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

    .
    All cookies cleared!

    Comment

    • sarettah
      see you later, I'm gone
      • Oct 2002
      • 14336

      #3
      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.

      .
      All cookies cleared!

      Comment

      • sarettah
        see you later, I'm gone
        • Oct 2002
        • 14336

        #4
        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.

        .
        All cookies cleared!

        Comment

        • j3rkules
          VIP
          • Jul 2013
          • 22101

          #5
          Which plugin are you using?

          Comment

          • topadult
            Confirmed User
            • Jun 2015
            • 507

            #6
            Are you using this plugin here: SexPlugins | Wordpress plugins for adult websites ?
            Looking for adult SEO service that works? Click here for more infos ;)

            Email: pro.topadult at gmail dot com
            Skype: protopadult
            ICQ: 690852277 (rarely use)

            Comment

            • linkhouse
              Registered User
              • Jun 2014
              • 68

              #7
              Originally posted by topadult
              Are you using | Wordpress plugins for adult websites ?
              Yes thats the one.

              Comment

              • linkhouse
                Registered User
                • Jun 2014
                • 68

                #8
                I got help from the creator of the plugin.

                Comment

                • adentio99
                  So Fucking Banned
                  • Jul 2015
                  • 366

                  #9
                  Hi OP,

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

                  Comment

                  Working...