How to work with Feed / Forum Module Extra HTML Header?

Nicola Di Bari

New Member
Well, then it's not your blog and not your content and you shouldn't make an app for it in the first place, monetizing others content without proper permission is just like stealing.

There any many feeds aggregator, I want to be available only a preview and not full content to redirect on property website to read full news/article
 
jQuery ha no control over this, follow this guide to adjust your feed settings https://support.google.com/blogger/answer/42662?hl=en


Hey i am using blogspot rss feed in my app amd my app is rejected from play store with the email that ""Your app is uploading users' app list information tohttps://1.bp.blogspot.com/,https://2.bp.blogspot.com/-, https://3.bp.blogspot.com/, and https://4.bp.blogspot.com/- without a prominent disclosure. Prior to the collection and transmission, it must prominently highlight how the user data will be used, describe the type of data being collected and have the user provide affirmative consent for such use.""


please tell me how to solve this problem because playstore rejected my app two time
jQuery ha no control over this, follow this guide to adjust your feed settings https://support.google.com/blogger/answer/42662?hl=en
 

Chinmay

New Member
Hey i am using blogspot rss feed in my app amd my app is rejected from play store with the email that ""Your app is uploading users' app list information tohttps://1.bp.blogspot.com/,https://2.bp.blogspot.com/-, https://3.bp.blogspot.com/, and https://4.bp.blogspot.com/- without a prominent disclosure. Prior to the collection and transmission, it must prominently highlight how the user data will be used, describe the type of data being collected and have the user provide affirmative consent for such use.""


please tell me how to solve this problem because playstore rejected my app two time
I understand that you must appropriate privacy policy mentioning above consent from users.This privacy policy may help you get approval from Play store.
 

Morocco

New Member
@appyet
how to stop showing app video player and downloader
.
object, iframe {display:block;width:500px;height:320px; max-width: 100%; padding:0px !important; margin:0px !important} .appyet_frame {word-wrap: break-word;overflow: hidden; line-height: 26px;margin-left: 15px; margin-right: 15px;margin-bottom:150px}
 

Morocco

New Member
AppYet append Extra HTML Header right before </header> tag.

Attached html.zip is html asset used in Article styling.
Attached Example.zip is real example of html content right before sending it to webview for rendering.

You can do anything you like with jquery or CSS. Except, don’t change the background color. Due to multiple Android version compatibility issue. we have to hard wire background color not only on CSS also on View control. If background color changed in CSS and it doesn’t match View control color, it could cause flicker on some devices during swipe animation
how to stop showing app video player?
 

Toufik

Member
AppYet append Extra HTML Header right before </header> tag.

Attached html.zip is html asset used in Article styling.
Attached Example.zip is real example of html content right before sending it to webview for rendering.

You can do anything you like with jquery or CSS. Except, don’t change the background color. Due to multiple Android version compatibility issue. we have to hard wire background color not only on CSS also on View control. If background color changed in CSS and it doesn’t match View control color, it could cause flicker on some devices during swipe animation
need more explications
 
Top