Hello
I'm working on a website for a music producter and i have a page with the albums they released on the website (Woocommerce / product), and i would like to add all the reviews from others website : iTunes, Google, Reverbnation...
As I have a lot reviews to add, is it possible to import them in CSV ? A plugin exist to add them ?
I have tried to add them in XML (the code bellow) with the wordpress importer tool, but it didnt works ... i had a message saying that my product already exists, but it didn't import the new comments
Thanks a lot
----------------
XML code :
<wp:comment>
<wp:comment_id>15</wp:comment_id>
<wp:comment_author><![CDATA[Reverbnation Review]]></wp:comment_author>
<wp:comment_author_email><![CDATA[info@xxxxxxx.com]]></wp:comment_author_email>
<wp:comment_author_url></wp:comment_author_url>
<wp:comment_author_IP><![CDATA[165.225.76.89]]></wp:comment_author_IP>
<wp:comment_date><![CDATA[2016-08-02 08:05:31]]></wp:comment_date>
<wp:comment_date_gmt><![CDATA[2016-08-02 08:05:31]]></wp:comment_date_gmt>
<wp:comment_content><![CDATA[My Comment!!]]></wp:comment_content>
<wp:comment_approved><![CDATA[1]]></wp:comment_approved>
<wp:comment_type><![CDATA[]]></wp:comment_type>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
<wp:commentmeta>
<wp:meta_key><![CDATA[akismet_history]]></wp:meta_key>
<wp:meta_value><![CDATA[a:2:{s:4:"time";d:1470125131.6224510669708251953125;s:5:"event";s:9:"check-ham";}]]></wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key><![CDATA[akismet_result]]></wp:meta_key>
<wp:meta_value><![CDATA[false]]></wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key><![CDATA[rating]]></wp:meta_key>
<wp:meta_value><![CDATA[5]]></wp:meta_value>
</wp:commentmeta>
<wp:commentmeta>
<wp:meta_key><![CDATA[verified]]></wp:meta_key>
<wp:meta_value><![CDATA[0]]></wp:meta_value>
</wp:commentmeta>
</wp:comment>