Dialog send - multiple friends - facebook

Can you explain.
An example from the other site - it adds 2 users to the sending.
http://www.facebook.com/dialog/send?app_id=116412671734664&link=http://developers.facebook.com/docs/reference/dialogs/&redirect_uri=http://www.jetsetter.com/&to=100000910418225,590528674
Our link - adds only the first one.
http://www.facebook.com/dialog/send?app_id=136365146450254&link=http://developers.facebook.com/docs/reference/dialogs/&redirect_uri=http://belvg.info/cutandblow/&to=100000910418225,590528674
an you explain the reason of this?
Maybe you have some guidlines of where should we search for the reason and how to fix this?
Thanks!

It's being worked on as a bug.
http://developers.facebook.com/bugs/314701778595814?

Related

Page pagination issue in Drupal website

I have an issue in drupal website ( http://www.perfectchoice.ae/properties-browse/ ) when I go to click on 2nd page number then no property comes there.
I don't have knowledge about Drupal. Looking for someone to help me please.
Page parameter is working:
http://www.perfectchoice.ae/properties-browse/?page=3
So some other is causing the problem. When you move to some page and it doesn't show anything try removing URL parameters one by one until you figure out which one is causing the problem. But in any case you will need some Drupal knowledge to solve this.
With the very less information provided in the description, it is difficult to figure out the issue/fix.
One probable reason would be your views is not getting displayed on the URLs other than 'properties-browse'. You need to make the visibility settings of the main block to 'properties-browse*'
Good Luck!!!

Facebook-Share-Button posts some information which I dont want to share

Using the FB-Share-Button posts a Message on FB which contains my Company-Name in the last line. Sadly I cant post the screenshot, because I havent enough reputations.
Is it possible to disable this? Or how can I hide this information?
Thank you for your support!
Martin
Apperently there is no way to hide the company-name. But there is a solution to change the information. It is taken from the html-meta-tag "author". So any changes in this tag have effect on the shown words.
Facebook caches this information for some circumstances, changes may not appear in time.
Martin

Magento - Hook into Admin login action

I just finished reading
http://www.summasolutions.net/blogposts/how-hook-magento-event
but I am not sure how to find the different actions/events, for example, the above link refers to the action/event
checkout_onepage_controller_success_action
How do I find those variables? A good example is, I would like to hook into the Admin login action, how would I find the correct _success_action for that event?
Any ideas are greatly appreciated!
Thank you!
Jeff
The best source is here: http://www.nicksays.co.uk/magento-events-cheat-sheet-1-7/
You can see admin_session_user_login_success there.
Edit: Sorry - didn't see those last two comments...
http://www.magentocommerce.com/wiki/5_-_modules_and_development/reference/magento_events lists all/most the magento events
also look at
Mage::getModel('adminhtml/url')->getUrl('youradminurl/controller/action');

OpenCart, Category page, Price minus Special (SAVE!!)

I would like to add a 'Save' Box to the categories page (category.tpl/php), but have made many efforts to do this and failed. Have you done this? Do you know how to do this? Can you help?
Price - Special = Save
Something similar was asked earlier on today. Is this what you mean?
https://stackoverflow.com/questions/7897686/showing-discounted-amount-and-percentage-on-products-in-opencart

Adding "Like" Button/Box code to site using Dreamweaver CS4

I am new at designing websites. I would like to insert FB's "Like" Box into my website. I am using Dreamweaver CS4.
I am on the FB's Like Button/Box generator page.
I received the code.
I tried putting it into my index.dwt page where I want it to be, and it does not show up.
Any suggestions? Thanks so much!
Update: I am still getting nowhere with this!! I've been trying everything I read in help topics, and nothing is working! My head is about to explode... PLEASE if anyone knows how to help, let me know. Thanks in advance.
***I posted the codes I'm using in comments below... thanks
Heather I tried your generated code and generated code for my site too and both do not work.
Use this simple code: (replace the putyoursitehere and yourhomepage with your own)
You can change the properties to fit your own.
If the code doesn't come through, go to this page, view source and copy FB code.
http://diananashif.com/fb_code.html
Hope this helps,
Diana