Internal link Shiny infobox to menuItem - href

I am creating my first Shiny dashboard! On my 'home' page I added several info boxes. I would like to add a link to these boxes, so that when a user clicks on the infobox, they will be directed to the accompanying menuItem/page from the sidebar.
So, when someone clicks on the info box stating 'Bevolking', I would like them to be directed to the menuItem 'Bevolking' from the side panel. Although I am able to add a link to an info box via href = "....". I am not able to include an internal link as described above. Could someone help me? See below an image that displays the 'home' page of mij shiny dashboard so far!
Any help is really appreciated!

Related

Not able to fully see "Create Credentials" page on Google Console?

As the title says, I'm not able to fully view the Create Credentials page on Google Console. It is being blocked by the hamburger menu on the left.
Here's how it looks. Any help would be appreciated!
Move your mouse button screen from the API page or else click on the right side page then it will show the full page. This is just scrolling issue.
Eg : Below is the image shown the same as your issue.
I have checked in my console, able to see the full page and also able to create the keys.
If there are any other issues, do post your question clearly.

Adding a Like button to a dynamically generated web page

We have an application that creates web pages dynamically. The user enters a title, some descriptions, some images, etc. and clicks the CREATE button, and Presto! the page is created within our domain and is accessible from any browser by entering
www.ourdomain.com/thenewpagename
This all works fine but now we'd like to add a Like button to the page we create.
I know that the normal way to add Like buttons to a page is to go the Facebook developer's page, enter some information about the page-to-like, like it's URL, and then copy and paste the code that Facebook generates onto the page. But clearly we can't do that for every page that gets generated by our engine. So my thought was to add the Like code from another page and then dynamically change the URL in the code the the URL for the page being generated. But this doesn't work. It puts a Like button on the page, ok, and when you try to Like the page the "Add Comment" field comes up momentarily, but then the Add Comment field disappears and the like count goes back to 0. It acts like Facebook shuts down the button as soon as they saw something fishy.
I'm wondering if anyone sees a way to do what I'm trying to do. Is there maybe a way to generate a new button on the fly for each page we generate by communicating with Facebook with something like cURL?
Thanks for any ideas.
Check if this could be of any help to you : http://www.hostelmanagement.com/facebook_like_button_tutorial.php

Don't show picture miniature if i click like button and picture share miniature in my fan page, private profil etc

Hi I have problem with view share and like button in my page. If i click like button on my page for example this picture http://www.debuton.com/obrazek.php?206 i have this window http://scr.hu/8qi/a8n7g and I doens't have picture miniature and this is view with my profile when i click the like button. Same here with share button they doesn't view picture miniature only link :/ please help me
I will be grateful
What is the code you are using? Make sure you have data-show-faces="true" so you can see the faces of users who have liked the page. If the user's privacy settings are strong, you won't seen an image no matter what settings you change.

Customizing Icons at the top of the Page

I'm maintaining a Facebook iFrame application, and my client is worried about the transition to Timeline. Basically, they want their home page to have a big icon next to 'Photos' that takes the user to the page hosting the iFrame. The tricky thing is that users can "pledge" within the app, and they want the link icon to look different depending on whether or not the user has pledged within the app. Is there any way to do this?
Assuming the answer is no, is there a way to add a second icon for the iFrame app so that I can customize one to look different? Or would I need to set up another page hosting the same iFrame?
Thanks!
Go to Fan Page Timeline, click the arrow on the half box to the right of photos, likes etc (assuming you haven't changed the order of the apps), hover over the icon you want to change and click on the pencil icon that shows up in the top right corner. Then click "edit settings". Here you can change the tab image or give the tab a custom name.
alternatively you can enter the edit page settings, go to the apps section, edit the app, and you can change the icon from there.
in either case, you will need to be a page admin to complete the task.
Update on 4/12
Facebook just added the functionality for developers to set a default image. Here is the post in the Developer Blog.

Facebook Comment page through API

I've searched for a while but I've only found the Facebook UI, that has some basic dialogs. Maybe some of you know some iOS apps that can open the comments page in a new "page" (e.g. Flipboard). Is there a way to show the comment page directly from Facebook or I have to simulate it through the API?
UPDATE: Not a page comment box. I want to show the comments of a post.
It is possible to create a facebook app showing your comment box. The same comment box can be showed in different pages/ urls using the "data-href" url.
<div class="fb-comments" data-href="http://example.com" data-num-posts="2" data-width="470"></div>
You could eventually add an static url in a database or something like that to wich you can always refer.
I dont exactly know what you want but i hope this helps