Title: Rena's Replies | WordPress.org

---

# Rena

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Scroll to ID at paga loading](https://wordpress.org/support/topic/scroll-to-id-at-paga-loading/)
 *  Thread Starter [Rena](https://wordpress.org/support/users/renlong/)
 * (@renlong)
 * [5 years ago](https://wordpress.org/support/topic/scroll-to-id-at-paga-loading/#post-14458691)
 * Hi Malihu,
 * I am very grateful to your reply. The js code I used before (after `<?php wp_footer();?
   >` before `</body>`):
 *     ```
       <script>
           (function($){
               $(window).on("load",function(){
                   $.mPageScroll2id("scrollTo","#post-temp-main-1");
               });
           })(jQuery);
       </script>
       ```
   
 * Currently, I have updated the code by adding the delay rule, I will now make 
   a test carefully.
 * I will update your message later. Thanks again.
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Secondary Title] Solution to removing HTML / DIV characters in social share](https://wordpress.org/support/topic/solution-to-removing-html-div-characters-in-social-share/)
 *  Thread Starter [Rena](https://wordpress.org/support/users/renlong/)
 * (@renlong)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/solution-to-removing-html-div-characters-in-social-share/#post-14401075)
 * This looks a better workaround, I will have a try. Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Secondary Title] Solution to removing HTML / DIV characters in social share](https://wordpress.org/support/topic/solution-to-removing-html-div-characters-in-social-share/)
 *  Thread Starter [Rena](https://wordpress.org/support/users/renlong/)
 * (@renlong)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/solution-to-removing-html-div-characters-in-social-share/#post-14399980)
 * [@thaikolja](https://wordpress.org/support/users/thaikolja/)
 * Dear thaikolja, I am much grateful for your patient reply, I know that the spirit
   of selfless dedication is priceless.
 * One of the most important issues I found in use, the %title%%secondary_title%
   in plug-in Secondary Title automatically turn the subtitle into part of the title
   in HTML structure. In my case, this output result will have an HTML tag. This
   nature causes some problems when sharing the article (I have sent an email to
   you, I believe the screenshot above may explain more clearly.).
 * If after using the code `get_the_title()` (Or other similar code), the plugin
   outputs the original title, instead of the conversion title (which combined %
   title% and %secondary_title%), this problem may be alleviated. (HTML code should
   not appear in the title of sharing articles). Are you interested in implementing
   the feature `get_the_original_title()`?
 * Anyway, thank you for your dedication and time. Take care, and I hope you have
   a pleasant day.
 * Best regards,
    Renlong
    -  This reply was modified 5 years, 1 month ago by [Rena](https://wordpress.org/support/users/renlong/).
    -  This reply was modified 5 years, 1 month ago by [Rena](https://wordpress.org/support/users/renlong/).

Viewing 3 replies - 1 through 3 (of 3 total)