Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Please refer https://www.apptha.com/forum/viewtopic.php?f=27&t=1917. If you are still facing the same issue, feel free to contact us.

    Thread Starter gokuale

    (@gokuale)

    thanks it’s perfect

    for all people the solution is:

    —— change “#__” with prefix of your table in my case is “XX_” ————

    ALTER TABLE #__hdflvvideoshare_settings ADD view_visible INT(3) NOT NULL DEFAULT ‘0’, ADD tagdisplay INT(3) NOT NULL DEFAULT ‘0’,ADD categorydisplay INT(3) NOT NULL DEFAULT ‘0’;

    ALTER TABLE #__hdflvvideoshare ADD member_id INT(3) NOT NULL,ADD srtfile1 varchar(255) NOT NULL,ADD srtfile2 varchar(255) NOT NULL,ADD subtitle_lang1 MEDIUMTEXT NOT NULL;

    ALTER TABLE #__hdflvvideoshare ADD subtitle_lang2 MEDIUMTEXT NOT NULL;

    I have add video from Youtube url with VIDEO GALLERY but I have noted that all that added video does not appear in the google search. It looks like, there is no SEO for video added with plugin.

    As I know, Google index our site in post, not plugin.

    What should I do to get all my post video with plugin found in the search engine?

    Our plugin is based on Custom Post. So when you upload a video, it will be stored in post table also. So your videos can be searched in Google like WordPress posts. Please share your site link. So that we can check your case and provide you update on this. You can also contact our supporting team at [email protected] to get instant solution on this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘admin video list is empty’ is closed to new replies.