By Imran on Friday, 05 May 2017
Posted in General Issues
Replies 9
Likes 0
Views 579
Votes 0
Hi,

I have few details to ask regarding some of the EB features that are not clear to me yet:

  1. I have enabled the Twitter Cards but don't know anything about them and don't know how to use them? I have put some details in the settings but they do not appear anywhere? What do I need else to utilise them on my site?

  1. The Twitter # tags are set in the settings but where they get utilised? Fetching from Twitter is enabled but the tweets are not getting fetched?

  1. How do I enable the 'Reactions'? They are not appearing anywhere on my site?


  1. The Integration -> Google Adsense settings tab is blank, does not have any settings?


Best regards,
Imran
I think it is a false positive alarm as that file doesn't contain any malicious codes. It's purely settings for Google adsense.
·
Sunday, 07 May 2017 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·

I have enabled the Twitter Cards but don't know anything about them and don't know how to use them? I have put some details in the settings but they do not appear anywhere? What do I need else to utilise them on my site?

Twitter cards are like opengraph on Facebook. You don't see it unless you view the source of the page and is used only by Twitter to process metadata about a page. You don't really need to do anything because these values are automatically populated by EasyBlog.



The Twitter # tags are set in the settings but where they get utilised? Fetching from Twitter is enabled but the tweets are not getting fetched?

You will first need to edit your account on the front end and authorize your Twitter account



How do I enable the 'Reactions'? They are not appearing anywhere on my site?

They can be enabled under Settings > General and under the reactions section.



The Integration -> Google Adsense settings tab is blank, does not have any settings?

You should see a settings page that looks like this, http://take.ms/4iUHQ
·
Friday, 05 May 2017 22:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

The EB->Settings->Integration->AdSense is displaying a blank tab on my site (screenshot attached)?

Regards,
Imran
·
Saturday, 06 May 2017 02:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

I've checked in your site, it seems that adsense setting did appear on my browser, you can check my attached screenshot below.

May i know which browser you using?
·
Saturday, 06 May 2017 12:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

It seems the Anti-Virus / Popups Blocker getting triggered for the tab. It shows up when the Blocker is disabled?

Regards,
Imran
·
Sunday, 07 May 2017 22:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

How do I disable the EB Toolbar on a particular category, for example on the news category?

How to enable the EB Toolbar for only the small screens (smartphones & tablet pcs)?

Regards,
Imran
·
Friday, 12 May 2017 07:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Imran,
How do I disable the EB Toolbar on a particular category, for example on the news category?
There is no setting for this. The only way I can think of is to create single category menu item and specify the page class: http://take.ms/YDA5I
That way, I can use css to apply on that selected menu item: http://take.ms/iXyCl
How to enable the EB Toolbar for only the small screens (smartphones & tablet pcs)?
You can use this format for selecting desktop sizes:

@media (min-width: 768px)
{
#eb .eb-navbar {
display: none;
}
}
The min-width can be adjusted if you want. This example means that the toolbar will display even on the desktop if the browser is resized to less than 768px.

EDIT: As a reminder, remember to post new questions in a separate thread so we can manage your issues more efficiently.
·
Friday, 12 May 2017 17:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post