Twitter module does not work in drupal site - drupal-7

I have installed twitter in my drupal site. But when I tried to configure setting. It goes to the - configuration > webservices > No setting.
Do I need to set permission for the or what else ?

Check if you have installed Oauth_common module along with twitter module.
Next step is to clear cache and check if the module is enabled properly. If you still not find the link then clear the cache (menu specifically) and check it.
Always use superadmin for enabling / disabling of your modules or use drush commands.

By using twitter card I solved issue

Related

Matomo not showing tag manager

I have matomo installed on Ec2 and I set up the connection. And, I am getting regular user data, but do not see the menu for the tag manager. It sounds like this should be there by default, is there a way to get it to show?
Which version of Matomo are you using? Make sure you use the latest version, which includes the Tag Manager plugin. Check under Administration > Plugins that the plugin is activated.

How to find which file is serving ads in my application?

Ok, somehow I am serving ads in my NodeJS / AngularJS application, but I haven't include this myself.
There's some package or included link sending ads to the client, but the ads are not visible, and the adserve url changes with every request. (The url that can be seen in the screenshot below)
How do I find out which place in my application serves these ads?
PS: I am sure this doesn't come from my local dev pc, my other collegues have this issue as well.
A quick trick may be to search for the url in every files of your repository. If you use a cdn to load your librairies, try to look inside also (you can do that directly in chrome dev tool with ctrl/cmd f in the sources tab).
Hope it will help !
The "adserver" in my project turns out to be a tracking / analytics beacon included by the Realtime.co framework.
Thankfully, the author responded to my email very quickly, and they also provide a beacon-free version of their framework. So problem solved :)

DNN - Mange Icon not visible

I have deployed dnn6.2.6
After logging in as admin/host user - when am in any page ( that too in EDIT mode - dropdown ) am not able to see the MANAGE Icon. :(
Is there any value to be set or enable any setting , in-order to make this facility enable after installing ?
where am missing ?
Please suggest
Rigin
I would start by looking for any javascript errors on the page. It is likely something is throwing a JS error earlier on and killing the icons on modules later in the page.
Do you have a custom skin, or any custom modules being loaded on the page?
Does it function different for an Admin or Host account?
My issue was :
Site Mgmt > edit site setting <<=== more need to configure site here
&
Add module > add "HTML editor" Module to that Page
Rigin

DNN 7 Can No Longer Edit Page

One of my DNN 7 sites has lost its ability to edit any of the pages. It now alway displays the Modules, Edit and Pages menu regardless if admin is logged in or not. When I try to edit a page, a window appears and then quickly goes away. There is nothing of use in the event log and I have tried different skins with no luck. I have another DNN website on the same computer and it works fine.
I have found that I am losing permissions to ToggleUserMode after I recompile a custom module that I'm developing has been installed on a test page and then recompiled in debug mode.
I'm wondering if this can be related to the fact that when I install DNN I blank out the default installation option of creating a dotnetnuke application. I leave that option blank and create the installation in the root of my website.
P.S I tried the amended module tag suggested on SO without any luck.
I finally figured this out. I had originally bound www.example.com to my default website but later created a new site for www.example.com. Apparently most of the requests were going to my new site, but the request for authorization for page editing was going to my old site which resulted in the 401 error. I rebooted my computer and disabled my default website and all is well.

drupal 7 captcha image doesnt change

I have installed the captcha module into my drupal 7 website and have it displaying on two forms. It is working properly other than it is caching the captcha so it is the same when I do a refresh. If I go into the admin and turn off the cache they are still the same but if I go and hit the clear all caches button it changes to a new one the next time I go to the page.
Anyone have any ideas? Thank You.
simple following 3 steps and you get out from your error.
uninstall captcha module.
clear catch history
go to module page and enable captcha module.
it will work for you.

Resources