Import tube videos, livecam feeds, picture galleries and anything else into WordPress

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • magneto664
    God Bless You
    • Aug 2014
    • 1470

    #31
    CyberSEO pls clear your PM tnx. CyberSEO has exceeded their stored private messages quota and cannot accept further messages until they clear some space.
    magneto664 📧 gmail.com
    Cams.Zone 💘 Best CDN for Adult Content
    My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

    Comment

    • magneto664
      God Bless You
      • Aug 2014
      • 1470

      #32
      I get plugin today and is amazing
      I would like get some more from it
      can I get solution
      how to insert all data from JSON chaturbate file and how to insert it to post custom fields
      basicly all from how to insert name - sex age etc.
      and how to send tags from json file straight to post tag.
      and maybe is possible to sort cams by rooms? for example
      females send to females category males to males? tnx.
      magneto664 📧 gmail.com
      Cams.Zone 💘 Best CDN for Adult Content
      My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

      Comment

      • just a punk
        So fuckin' bored
        • Jun 2003
        • 32393

        #33
        Please provide the actual JSON URL you want to parse with CyberSEO.
        Obey the Cowgod

        Comment

        • magneto664
          God Bless You
          • Aug 2014
          • 1470

          #34
          For example my JSON : https://chaturbate.com/affiliates/ap...=json&wm=jQrKO

          Will be very good to send each option straight to post custom field.
          and rest is a magic.

          Or maybe any step by step instruction how to setup each custom field from json. tnx.
          magneto664 📧 gmail.com
          Cams.Zone 💘 Best CDN for Adult Content
          My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

          Comment

          • just a punk
            So fuckin' bored
            • Jun 2003
            • 32393

            #35
            Originally posted by magneto664
            Just add that JSON link to CyberSEO. It will be automatically converted into XML format, so the cam site model info will look like this (you can see it if you click the "XML tags" tab on the feed settings page):

            Code:
            <num_followers>222003</num_followers>
            <iframe_embed><iframe src='https://chaturbate.com/affiliates/in/?tour=Jrvi&amp;campaign=jQrKO&amp;track=embed&amp;room=jackplusjill&amp;bgcolor=white' height=528 width=850 style='border: none;'></iframe></iframe_embed>
            <display_name>JackPlusJill</display_name>
            <tags_item>petite, bigcock, sex, threesome, cum, horny</tags_item>
            <recorded>false</recorded>
            <iframe_embed_revshare><iframe src='https://chaturbate.com/affiliates/in/?tour=9oGW&amp;campaign=jQrKO&amp;track=embed&amp;room=jackplusjill&amp;bgcolor=white' height=528 width=850 style='border: none;'></iframe></iframe_embed_revshare>
            <chat_room_url>https://chaturbate.com/affiliates/in/?tour=yiMH&campaign=jQrKO&track=default&room=jackplusjill</chat_room_url>
            <location>https://twitter.com/_JackplusJill_</location>
            <chat_room_url_revshare>https://chaturbate.com/affiliates/in/?tour=LQps&campaign=jQrKO&track=default&room=jackplusjill</chat_room_url_revshare>
            <username>jackplusjill</username>
            <spoken_languages>[email protected]</spoken_languages>
            <image_url_360x270>https://roomimg.stream.highwebmedia.com/ri/jackplusjill.jpg</image_url_360x270>
            <current_show>hidden</current_show>
            <birthday>1991-06-05</birthday>
            <is_hd>1</is_hd>
            <seconds_online>7737</seconds_online>
            <gender>c</gender>
            <age>26</age>
            <num_users>3325</num_users>
            <image_url>https://roomimg.stream.highwebmedia.com/ri/jackplusjill.jpg</image_url>
            <room_subject>Alina first show in over 2 years!, ⭐️ Tip 165 to see us! �� VOTE on TokenPoll for the Cumshot! �� #threesome #horny #petite #bigcock #sex #cum [45 min long].</room_subject>
            First of all you need to generate the post title. Let's assume you are going to use the model display_name for it. In this case you should enter the appropriate XML item name into the "Post title" box:

            Code:
            %xml_tags[display_name]%
            Now you have to decide which exactly items you want to import and how you want to store them.

            For example, if you want to put the chatroom iframe code into the post body, you can do it by altering the "Post contentt" template as follows:

            Code:
            <p>%xml_tags[iframe_embed]%</p>
            If you want to put the room subject below the iframe, the "Post content" template should look like this:

            Code:
            <p>%xml_tags[iframe_embed]%</p>
            <p>Room subject: %xml_tags[room_subject]%</p>
            As you can see, everything is very simple and you may insert any data into post title, post body or excerpt and generate the desired post structure - you decide how to format it.

            If you want to store some data as WordPress custom fields, you should do it via the "Custom fields" box. E.g.:

            Code:
            image_url_360x270->thumb
            birthday->birthday
            age->age
            This means that contents of "image_url_360x270" will be stored in the "thumb" WordPress custom field (can be used for generation of post thumbnails). Also the model birthday and age will be stored in custom fields of the same names.

            Please find more information here: Content Syndicator – CyberSEO
            Obey the Cowgod

            Comment

            • magneto664
              God Bless You
              • Aug 2014
              • 1470

              #36
              Wow. Is clear for me
              I have only problem with tags.
              I want add a tags jus to post tag. also age will be nice to add to post tags.
              i try add tags also to content but is no working to me maybe reason is array (4-5 tags with ,) ??
              tnx
              magneto664 📧 gmail.com
              Cams.Zone 💘 Best CDN for Adult Content
              My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

              Comment

              • just a punk
                So fuckin' bored
                • Jun 2003
                • 32393

                #37
                Originally posted by magneto664
                Wow. Is clear for me
                I have only problem with tags.
                I want add a tags jus to post tag. also age will be nice to add to post tags.
                i try add tags also to content but is no working to me maybe reason is array (4-5 tags with ,) ??
                tnx
                To import the mentioned tags from that JSON feed you have to do the following:

                1) Add this line to the "Custom fields" box:

                Code:
                tags_item->tags
                2) Add this line to the "PHP code <?php .. ?>" box:

                Code:
                $post['tags_input'] = implode(',', $post['custom_fields']['tags']);
                I know this method is not intuitive and looks a bit ugly, so I'm going to make an easier way to do it in the upcoming updates of CyberSEO 7.
                Obey the Cowgod

                Comment

                • magneto664
                  God Bless You
                  • Aug 2014
                  • 1470

                  #38
                  Is no better to send tags to this dedicated form? "Post tags"
                  is ok to paste this code "tags_item->tags" in tag post form?

                  tnx for your support, plugin is amazing and worth this money!
                  magneto664 📧 gmail.com
                  Cams.Zone 💘 Best CDN for Adult Content
                  My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

                  Comment

                  • just a punk
                    So fuckin' bored
                    • Jun 2003
                    • 32393

                    #39
                    Originally posted by magneto664
                    Is no better to send tags to this dedicated form?
                    The is exactly that the PHP code above does. The model tags will be converted to standard WordPress post tags.

                    Originally posted by magneto664
                    is ok to paste this code "tags_item->tags" in tag post form?
                    In this case the tags will be stored in the "tags" custom field, while we need to save them as post tags.
                    Obey the Cowgod

                    Comment

                    • just a punk
                      So fuckin' bored
                      • Jun 2003
                      • 32393

                      #40
                      Here is a fix for "PHP code <?php .. ?>" box in my post #37:

                      Code:
                      $post['tags_input'] = $post['custom_fields']['tags'];
                      Because $post['custom_fields']['tags'] is already an array, not a text string.
                      Obey the Cowgod

                      Comment

                      • magneto664
                        God Bless You
                        • Aug 2014
                        • 1470

                        #41
                        This part of code work amazing. One more think
                        - with part content from xml is go to spinner?
                        - how to add gender to tag, i try use this in post tag form

                        Code:
                        %xml_tags[gender]%,
                        but is no working, i need send this same way like a tags_item, tnx.
                        magneto664 📧 gmail.com
                        Cams.Zone 💘 Best CDN for Adult Content
                        My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

                        Comment

                        • just a punk
                          So fuckin' bored
                          • Jun 2003
                          • 32393

                          #42
                          Originally posted by magneto664
                          - with part content from xml is go to spinner?
                          All parts of the post (the post contents, the title and the excerpt) will be spun/synonymized it you select the appropriate option in the feed settings.

                          Originally posted by magneto664
                          - how to add gender to tag
                          1) Add the following line to the "Custom fields" box:

                          Code:
                          gender->gender
                          2) Put this code into the "PHP code <?php .. ?>" box:

                          Code:
                          if ($post['custom_fields']['gender'] == 's') {
                             $post['tags_input'][] = 'Shemale';
                          }
                          if ($post['custom_fields']['gender'] == 'm') {
                             $post['tags_input'][] = 'Male';
                          }
                          if ($post['custom_fields']['gender'] == 'f') {
                             $post['tags_input'][] = 'Female';
                          }
                          if ($post['custom_fields']['gender'] == 'c') {
                             $post['tags_input'][] = 'Couple';
                          }
                          If you want to use the cam site model sex as a WordPress post category, you should use this code:

                          Code:
                          if ($post['custom_fields']['gender'] == 's') {
                             $post['categories'][] = 'Shemale';
                          }
                          if ($post['custom_fields']['gender'] == 'm') {
                             $post['categories'][] = 'Male';
                          }
                          if ($post['custom_fields']['gender'] == 'f') {
                             $post['categories'][] = 'Female';
                          }
                          if ($post['custom_fields']['gender'] == 'c') {
                             $post['categories'][] = 'Couple';
                          }
                          So every gender will go to its own category. Also you can filter out the model by sex. E.g.

                          Code:
                          if ($post['custom_fields']['gender'] != 'f') {
                             $post = false;
                          }
                          So only female profiles will be added to your site. Everything else will be ignored.
                          Obey the Cowgod

                          Comment

                          • magneto664
                            God Bless You
                            • Aug 2014
                            • 1470

                            #43
                            I try to overwrite custom_fields with gender

                            if ($post['custom_fields']['gender'] == 's') {
                            $post['custom_fields']['gender_rewrite'] = 'Shemale';
                            }

                            Is my way is ok?

                            also I notice is important to keep logic construction in php section, we need to think what to do first and last
                            magneto664 📧 gmail.com
                            Cams.Zone 💘 Best CDN for Adult Content
                            My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

                            Comment

                            • just a punk
                              So fuckin' bored
                              • Jun 2003
                              • 32393

                              #44
                              Originally posted by magneto664
                              I try to overwrite custom_fields with gender

                              Code:
                              if ($post['custom_fields']['gender'] == 's') {
                                  $post['custom_fields']['gender_rewrite'] = 'Shemale';
                              }
                              Is my way is ok?
                              No, it's not. It must be done like this:

                              Code:
                              if ($post['custom_fields']['gender'] == 's') {
                                  $post['custom_fields']['gender'] = 'Shemale';
                              }
                              Obey the Cowgod

                              Comment

                              • magneto664
                                God Bless You
                                • Aug 2014
                                • 1470

                                #45
                                I don't want do to mistake just to confirm in XML file in chaturbate we we work only on revshare program? tnx
                                magneto664 📧 gmail.com
                                Cams.Zone 💘 Best CDN for Adult Content
                                My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

                                Comment

                                Working...