Closed (fixed)
Project:
Facebook Like Button
Version:
7.x-2.0
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
24 May 2011 at 13:45 UTC
Updated:
11 Apr 2012 at 11:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jerdiggity commentedThat was my initial idea as well. However the problem with that (correct me if I'm mistaken) is in situations like the front page, or any page within which multiple nodes are displayed. For example, if there were 4 teasers being displayed on a particular page, and the button was in a block, you'd end up with something like 4 buttons piled directly on top of each other with each displaying the same verbiage and the ultimate result would not only be aesthetically unappealing, but also it would make things pretty tough on any of your users to differentiate between which button linked to which node.
Thanks for the suggestion -- much appreciated. However as far as I can tell, it just doesn't seem feasible at this point (and like I said, that was my original thought too). :)
jeremy
Comment #2
dmsmidtThanks for your clear explanation. I understand the use case your pointing out, however a lot of pages are build up from blocks, displaying only on certain pages etc. The current state of the module only allows us to arrange it in a small part of the page (the node content area block).
Maybe we can enhance the module to let the user chose from displaying in the content block or a separate block. And maybe even a different setting for teasers (and even further, more flexible views compatibility).
I've patched my version of this module to display in a block for now.
Comment #3
jerdiggity commentedAside from ensuring that security standards are #1 on the list of priorities, my only concern is to implement whatever it is that everyone else (other than me) wants.
With that said...
... sounds like a good idea to me. Would you mind sharing the patch? If so (and if it checks out, of course) I'd be more than happy to roll it in one of the next releases.
Comment #4
dmsmidtHere we go.
I made a lot of changes:
This is my first patch on a module, so bear with me.
No real support to like a page created by a view yet.
Upgrading seems to have no problems, all settings are kept.
Comment #5
dmsmidtToo bad I don't get any feedback..
Comment #6
Anonymous (not verified) commentedVery good
but :-)
one error
Notice: Undefined index: language em _fblikebutton_field() (linha 244 de /home2/raduungu/public_html/cp/sites/all/modules/fblikebutton/fblikebutton.module).Best regards
ArchGalileu
Comment #7
dmsmidtThis was made before the language stuff was fixed. If wanted I can do something about it, but I want the support of the maintainer first, before going away from the core too far.
Comment #8
Anonymous (not verified) commentedOk
Waiting :-)
Best regards
ArchGalileu
Comment #9
skizzo commentedCould the above patch be backported to D6 ?
Comment #10
dmsmidtFirst I would like to see this committed to the 7.x-dev branch, (patch would need some rework to work with the latest changes), later we can think about further steps.. (extra options/backports)
Comment #11
theullrich commentedsub
Comment #12
theullrich commentedHaveing problem with installing the patch. Worked before? not matching up in multiple places anymore.
Comment #13
dmsmidt#12 thats correct, see my comment in #10
I've had no word from the maintainer, even sent him a mail..
Comment #14
theullrich commentedwell he has not done anything on his site since July and nothing on drupal since before then. So it may be a while. I would really like to use this though. Can I convince you to update your patch anyway?
Comment #15
Allan Walker commentedsubscribing
Comment #16
dmsmidtHi there everybody,
Good news I upgraded the patch, cleaned some code and added an extra function.
The patch works with the latest dev version (2011-Jun-13).
This includes some fixes of jerdiggity him self (for example the language option).
- I introduced the option to display the FB like button in his own block earlier (instead of the content area).
- Now I added the option to display the button in the link area (as requested here: http://drupal.org/node/1171922).
In #4 I explained more changes.
Please test it.
I hope you like it and that it will get committed some time..
Comment #17
maerys commentedthank you so much! this works like a charme (so far). even with page manager / panels.
Comment #18
dmsmidtAs requested I also created a Drupal 6 patch. It's a complete new backport of my D7 version.
See: http://drupal.org/node/1171922#comment-5020346
Comment #19
theullrich commentedthe dynamic block does not appear on my install. The old block disappears but only the static one shows up. I have done the update twice both times no errors just dynamic does not show up.
Comment #20
theullrich commentedI found out that I had to go into settings and activate it.
Comment #21
dmsmidtGood that you found out on your own. It is indeed not automatic, since there are multiple view modes, and the block is only one of them. Can you give feedback on this version?
Comment #22
samhassell commentedCool patch, seems to work for me.
Comment #23
theullrich commentedOk now that I have used this for a while here is my review. It works great. Have not seen any errors. Everything is well labeled and easy to use. I have had not problems with displaying. Works great. Good Patch
Comment #24
samhassell commentedComment #25
dmsmidtSo: fixed a couple of issues, added new functions, cleaned up code, made the UX better and ported it all back to D6. Both versions tested and reviewed by the community. What now? Would be nice to have it committed. The maintainer however doesn't respond in the issue queue and mails I sent.
Comment #26
summit commentedHi, would love to see D6 and D7 committed also?
May be you could ask co-maintainership?
Greetings, Martijn
Comment #27
dmsmidtToday I released a new version of the module (as co-maintainer now), incorporating all the new functions mentioned here. D7 and D6 as well.
Marking this issue Fixed.
Comment #28
tuwebo commentedThe very first test with this new release 7.x-2.0 and panels seems to work for me.
Awesome work!!
Thanks!