Title: leoly's Replies | WordPress.org

---

# leoly

  [  ](https://wordpress.org/support/users/leoly/)

 *   [Profile](https://wordpress.org/support/users/leoly/)
 *   [Topics Started](https://wordpress.org/support/users/leoly/topics/)
 *   [Replies Created](https://wordpress.org/support/users/leoly/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/leoly/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/leoly/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/leoly/engagements/)
 *   [Favorites](https://wordpress.org/support/users/leoly/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 102 total)

1 [2](https://wordpress.org/support/users/leoly/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/leoly/replies/page/3/?output_format=md) …
[5](https://wordpress.org/support/users/leoly/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/leoly/replies/page/6/?output_format=md) 
[7](https://wordpress.org/support/users/leoly/replies/page/7/?output_format=md) 
[→](https://wordpress.org/support/users/leoly/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Sender keeps reverting to username of admin and info@ email address](https://wordpress.org/support/topic/sender-keeps-reverting-to-username-of-admin-and-info-email-address/)
 *  [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/sender-keeps-reverting-to-username-of-admin-and-info-email-address/#post-9203314)
 * Just wanted to second [@agiveon](https://wordpress.org/support/users/agiveon/)’
   s post. The From and Reply to inputs, kept reverting to the wrong name and email.
   We had to create a new newsletter in order to get the information to change. 
   Older newsletters and edited duplicates would not change; even after saving, 
   pausing, reactivating, etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Shortcode For Playlist](https://wordpress.org/support/topic/shortcode-for-playlist-2/)
 *  Thread Starter [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years ago](https://wordpress.org/support/topic/shortcode-for-playlist-2/page/2/#post-9102416)
 * 🎇Hurray🎇 LOL. It worked. Both audio only and full video shortcodes, and even
   regular YouTube links work. Amazing solution, thanks for figuring it all out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Shortcode For Playlist](https://wordpress.org/support/topic/shortcode-for-playlist-2/)
 *  Thread Starter [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years ago](https://wordpress.org/support/topic/shortcode-for-playlist-2/#post-9098580)
 * Also tried this
 *     ```
       add_filter('lyte_match_postparse_template','playlist_randomizer');
       function playlist_randomizer($in) {
         return str_replace('class="lyMe ','class="lyMe qsa_\&index\='.rand(1,200).'"',$in);
       }
       ```
   
 * and got this, which killed the playlist, because it printed out as embed/PLID,
   instead of embed/videoseries?list=PLID
 *     ```
       <div class="lyte qsa_\&index\=41 lP" lyte-audio="" playlist"="" id="PLID"><iframe id="PLID" src="https://www.youtube.com/embed/PLID?autoplay=1&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd=0&index=41" style="" allowfullscreen="" frameborder="0" height="38" width="1060"></iframe></div>
   
       <div class="lyte qsa_\&index\=186 lP" playlist"="" id="PLID"><iframe id="PLID" src="https://www.youtube.com/embed/PLID?autoplay=1&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd=0&index=186" style="" allowfullscreen="" frameborder="0" height="298" width="1060"></iframe></div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Shortcode For Playlist](https://wordpress.org/support/topic/shortcode-for-playlist-2/)
 *  Thread Starter [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years ago](https://wordpress.org/support/topic/shortcode-for-playlist-2/#post-9098533)
 * Unfortunately, that didn’t work. But we have taken too much of your time already.
   Thanks again for the continued follow up 👍. Below where the html print outs 
   for the audio only shortcode and the full video.
 *     ```
       <div class="lyte qsa_\&index\=166lyte-audio playlist lP" id="PLID">
       <iframe id="iF_PLID" src="https://www.youtube.com/embed/videoseries?list=PLID&autoplay=1&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd=0&index=166lyte-audio playlist&autohide=0" style="position:relative;top:-400px;" allowfullscreen="" frameborder="0" height="438" width="1060"></iframe></div>
       ```
   
 *     ```
       <div class="lyte qsa_\&index\=163playlist lP" id="PLID">
       <iframe id="iF_PLID" src="https://www.youtube.com/embed/videoseries?list=PLID&autoplay=1&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd=0&index=163playlist" style="" allowfullscreen="" frameborder="0" height="298" width="1060"></iframe></div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Shortcode For Playlist](https://wordpress.org/support/topic/shortcode-for-playlist-2/)
 *  Thread Starter [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years ago](https://wordpress.org/support/topic/shortcode-for-playlist-2/#post-9095976)
 * Works well, thanks again 🙂
 * Just for the future, is there a way to create an array so that the randomizer
   works for both the lyMe playlist and lyMe lyte-audio playlist at the same time.
    -  This reply was modified 9 years ago by [leoly](https://wordpress.org/support/users/leoly/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Shortcode For Playlist](https://wordpress.org/support/topic/shortcode-for-playlist-2/)
 *  Thread Starter [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years ago](https://wordpress.org/support/topic/shortcode-for-playlist-2/#post-9094943)
 * Apologies, you were right, it does work. We were getting an error, because of
   the audio only part. So: [lyte id=”PLID” audio=”true” playlist=”true” /] doesn’t
   work, the index info is stripped out, but [lyte id=”PLID” playlist=”true” /] 
   works.
 * Hurray 😀 Would appreciate if you can help with the styling to just show the 
   audio only. Thanks and left a review as well.
    -  This reply was modified 9 years ago by [leoly](https://wordpress.org/support/users/leoly/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Shortcode For Playlist](https://wordpress.org/support/topic/shortcode-for-playlist-2/)
 *  Thread Starter [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years ago](https://wordpress.org/support/topic/shortcode-for-playlist-2/#post-9094851)
 * Huge thanks for trying to help figure this out. Added the above code to functions.
   php and then tried out the shortcode in two ways:
 * added to a page template – `<?php echo do_shortcode('[lyte id="PLID" audio=”true”
   playlist=”true” /]'); ?>`
 * added to a page – `[lyte id="PLID" audio=”true” playlist=”true” /]`
 * and in both cases the index information was stripped out of the final html, just
   like before.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Shortcode For Playlist](https://wordpress.org/support/topic/shortcode-for-playlist-2/)
 *  Thread Starter [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years ago](https://wordpress.org/support/topic/shortcode-for-playlist-2/#post-9092250)
 * This is the html before clicking play with &index=’.rand(1,200).’
 * `<div class="lyte lyte-audio playlist lP" id="WYL_PLID"><div id="lyte_PLID" data-
   src="" class="pL"><div class="tC"><div class="tT">Playlist:Mix</div></div><div
   class="play"></div><div class="ctrl"><div class="Lctrl"></div><div class="Rctrl"
   ></div></div></div><noscript><a href="http://youtube.com/playlist?list=PLID">
   <br />Watch this playlist on YouTube</a></noscript></div>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Shortcode For Playlist](https://wordpress.org/support/topic/shortcode-for-playlist-2/)
 *  Thread Starter [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years ago](https://wordpress.org/support/topic/shortcode-for-playlist-2/#post-9091566)
 * The shortcode isn’t broken, but the print out on the page – strips out the index
   info, so the html looks like the below (?index doesn’t show, just goes back to&
   autoplay, like with the regular shortcode).
 * `<iframe id="iF_PLID" src="https://www.youtube.com/embed/videoseries?list=PLID&
   autoplay=1&controls=1&wmode=opaque&rel=0&egm=0&iv_load_policy=3&hd=0&autohide
   =0" style="position:relative;top:-400px;" allowfullscreen="" frameborder="0" 
   height="438" width="840"></iframe>`
 * Is there a way to add it to the js file that adds the other YouTube parameters,
   i.e. controls, wmode, etc. Basically, a way to generate a random number, within
   the js script.
 * Thanks again for the assistance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Shortcode For Playlist](https://wordpress.org/support/topic/shortcode-for-playlist-2/)
 *  Thread Starter [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years ago](https://wordpress.org/support/topic/shortcode-for-playlist-2/#post-9090223)
 * Thank you for the prompt response. Unfortunately, it keeps printing out this 
   error –
 * `148" audio=”true” playlist=”true” /][lyte id="PLID&index=1`
 * Where the 148 above is a number that changes with each refresh, so it is printing
   out a random number, but putting it in the wrong place, and thus breaking the
   code.
 * Is it possible to make the changes in a similar method has mentioned in these
   topics – [https://wordpress.org/support/topic/individual-playlist-not-working/](https://wordpress.org/support/topic/individual-playlist-not-working/)
   
   [https://wordpress.org/support/topic/problems-with-playlists-in-custom-fields/](https://wordpress.org/support/topic/problems-with-playlists-in-custom-fields/)
 * Or is there a way to add a filter to YouTube iframes for mobile, in a similar
   method has mentioned here –
 *     ```
       add_filter('lyte_do_mobile','lyte_on_mobile',10,0);
       function lyte_on_mobile(){
           return true;
       }
       ```
   
 * Really appreciate the assistance, thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] Postie will not work after update](https://wordpress.org/support/topic/postie-will-not-work-after-update/)
 *  [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/postie-will-not-work-after-update/#post-8662168)
 * Thank you for your prompt replies and follow up. Updated to the latest version(
   1.8.23) and ran the test configuration and there were no errors. Tried with a
   sample post, and that went through as well. Seems the latest update fixed whatever
   was causing the issue. Really appreciate the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] Postie will not work after update](https://wordpress.org/support/topic/postie-will-not-work-after-update/)
 *  [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/postie-will-not-work-after-update/#post-8657815)
 * Sockets. With cURL, got the ‘Postie requires cURL 7.30.0 or newer be installed’
   message.
    -  This reply was modified 9 years, 3 months ago by [leoly](https://wordpress.org/support/users/leoly/).
    -  This reply was modified 9 years, 3 months ago by [leoly](https://wordpress.org/support/users/leoly/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] Postie will not work after update](https://wordpress.org/support/topic/postie-will-not-work-after-update/)
 *  [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/postie-will-not-work-after-update/#post-8655396)
 * Thanks for replying. We are concerned about permanently corrupting something 
   by updating and then rolling back the installation again, as we have done this
   a few times. However, the last time we updated and checked the debug message –
   it mentioned that the email password was wrong. However, the password is the 
   same, and when we roll back, the email and password work just fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] Postie will not work after update](https://wordpress.org/support/topic/postie-will-not-work-after-update/)
 *  [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/postie-will-not-work-after-update/#post-8640212)
 * **Hello, just wanted to update on this issue. **
 * 1. We had the same issue after updating from version 1.7.32 to version 1.8.6
 * 2. We switched to cURL, and got a similar error message as above – “Warning! 
   Postie requires cURL 7.30.0 or newer be installed.”
 * 3. We roll-backed to the older version, and everything worked again.
 * 4. We recently tried updating again to version 1.8.22, and the same errors returned.
 * 5. After rolling back, the issue once again resolved.
 * 6. Not sure if this is a Host specific issue, but the host for this particular
   site is Bluehost.
 * Thanks
    -  This reply was modified 9 years, 4 months ago by [leoly](https://wordpress.org/support/users/leoly/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 Recieved successful email send message but not receiving email](https://wordpress.org/support/topic/contact-form-7-recieved-successful-email-send-message-but-not-receiving-email/)
 *  [leoly](https://wordpress.org/support/users/leoly/)
 * (@leoly)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/contact-form-7-recieved-successful-email-send-message-but-not-receiving-email/#post-7666358)
 * Having a similar issue. When sending messages via the contact form – some messages
   are sent, while others never arrive, even though all messages give the successfully
   sent message. Thanks.

Viewing 15 replies - 1 through 15 (of 102 total)

1 [2](https://wordpress.org/support/users/leoly/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/leoly/replies/page/3/?output_format=md) …
[5](https://wordpress.org/support/users/leoly/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/leoly/replies/page/6/?output_format=md) 
[7](https://wordpress.org/support/users/leoly/replies/page/7/?output_format=md) 
[→](https://wordpress.org/support/users/leoly/replies/page/2/?output_format=md)