I have to describe a solution for adding a yammer share button in a Drupal 9 site to share articles from the site to Yammer plateform.
I found that the yammer share button "https://learn.microsoft.com/en-us/rest/api/yammer/share-button" but I don't know how to describe its integration into the code source of the site.
(I only need to descripe the steps of the solution(s), I don't have the code source.
Any indication would be helpful!
Thanks in advance
Related
My site's name is akiveb and i am a designer. Whenever i try to share my sites link on social networking or whattsapp. A wierd javascript code shows alongside
I tried searching for a solution and till now all I can manage is that it can be a malicious attack
Thank you to whoever choses to help
I want to find sites using ubercart marketplace module because I want to see how it looks and inspiration on how do I make my site.
Is there any google search syntax for finding such sites?
I am not sure how will you get such list of sites that are using Ubercart marketplace.
There are two live sites links given on Ubercart Marketplace-Drupal Project Page
These two live sites are using the same module, one is not working but the second link is perfectly fine.
You may visit that site to check.
Hope this will give you an idea, for what you are looking for.
We had done(completed) a website in drupal 6.20. At the time of development we have not consider site accessibility!. Now we wanted to meet all accessibille standerds for our site for all type of users in web.
Is there any module or method to do this ? please share your opinion on this topic and guide me to accomplish this task.
There is no magic bullet or program that can make your site accessible in five easy steps. For a general intro to web accessibility see this link
For a list of Drupal modules that can help with accessibility look at this wiki page For a tool that can scan web pages for possible accessibility issues check out Wave
Could somebody tell me which drupal module is this site using: http://gallery.menalto.com/forum
Also could somebody tell me how it'd be if I use it on my new site for forum discussion for 2000 people daily? I'm looking for simple discussion forum with following functionality:
Easy maintenance
I should be able to easily remove spammy user posts
Some sort of spam prevention.
I'd be using Drupal-6 and not 7.
Yes, the link you provide is the Drupal forum.
Drupal isn't exactly famous for its forum - some sites even use third party forums which are bridged to Drupal.
Nonetheless, the most "direct" and easy-to-maintain forum for Drupal would probably be Drupal itself.
You can use Mollum for spam prevention.
The third-party forums primarily distinguish themselves in offering granular privileges to moderators of specific forums. If you don't need this, I'd stick with the Drupal forum module.
Notice also Erik Ahlswede's answer here - in addition to the standard Drupal Forum, it appears to be running the Advanced Forum module, which provides some of the extra functionalities - however, as Michele notes, it this isn't actually the Advanced Forum module, it's some hacks which provide similar functionalities.
No, they aren't using Advanced Forum. They are using Drupal's forum but heavily customized. They customized their forum before AF even existed, back in D5. If their changelog is accurate, they haven't upgraded.
That said, if you want a site that looks like that, AF will get you pretty close. With 2K people daily, do you mean visitors or active posters? One thing you need to watch out for is performance as Drupal's forum has a couple nasty queries and AF has them as well since it builds on top.
For a bit of trivia... I actually came to Drupal when looking for something to let me add text to my Gallery 2 site and their forum was an inspiration for AF in the early days. :)
Michelle
That may be the Advanced Forum module. It extends Drupals core module and adds ways to create forum themes.
I'm building wordpress e-commerce site (using wp e-commerce plugin), so i added Facebook Open Graph Protocol, so now my site is connected to facebook and i can put facebook like button for the entire web site or for pages or for posts,but i want to add like button for all of the products of my sites, i tried many plugins but none of them works for me. I read on some forums that i should add some code to single-product.php, but there are 3 files with that name.
If anybody knows how this works, please help me.
Thanks.
You can find a detailed tutorial on how to integrate the Facebook Like Button with Wordpress on my blog here:
http://abecoffman.com/2011/advanced-wordpress-like-button-integration/
If you follow the steps you should be able to add the XFBML tags anywhere in your theme.