eBay Listing includes unexpected data
-
Hi.
I have a plugin installed called “WP Socializer”. A feature of that plugin allows me to include various share buttons on pages – one of which is the product page, which I have enabled so that users can share the products on other social networks.
The listing that was generated and published to eBay using WP-Lister actually included the HTML from that plugin in the listing. And it inserted it immediately after the following placeholder I included in my template “product_content“, and before the rest of the html defined in that template.
In an effort to get rid of it, I temporarily configured the plugin to exclude it when the “Post Type is Product”. That successfully hid the icons from the product detail page, but revising the listing on eBay (and even ending it and relisting it) still included the icons in the published listing.
How do I prevent this from occurring?
Below is the html that is being included.
<div class=”wp-socializer wpsr-buttons”><span class=”wpsr-btn wpsr-srvc-social_buttons”><div class=”socializer sr-32px sr-fluid sr-icon-white sr-pad sr-popup”><span class=”sr-facebook “> <i class=”fa fa-facebook”></i> </span>
<span class=”sr-twitter “> <i class=”fa fa-twitter”></i> </span>
<span class=”sr-pinterest “> <i class=”fa fa-pinterest”></i> </span>
<span class=”sr-tumblr “> <i class=”fa fa-tumblr”></i> </span>
<span class=”sr-googleplus “> <i class=”fa fa-google-plus”></i> </span></div></span></div>
- The topic ‘eBay Listing includes unexpected data’ is closed to new replies.