How do I change the name of an application tab? - facebook

I'm working on a facebook page for a client and with the new profiles pages starting to roll out I've come across an issue with the name of the app I created. The original profiles which most of you will see here - http://www.facebook.com/DrMartyBecker says "Welcome" as the tab name. On the new profile pages the tab says 'drMARTY', I can't find the place where I can modify the name. So i was wondering if there was a way to change this and where. Thanks for the help!

piece of cake:
Go to: http://www.facebook.com/developers/
Select your application and click "more"
Select Edit Settings
On left side menu, choose Facebook Integration
The fourth configuration block is respective to Tab settings
Change "Tab Name"
Click on "Save Changes" button
Your Tab was renamed!
[]'s,
And Past

Related

Clickable link in active editor

If I add a link to the active editor either by using the menu/context menu or by simply typing a URL (e.g., http://www.google.com), the link is added but it is not immediately clickable. The only way a user can use the link to navigate to a page is by ctrl-clicking and choosing to open in a new tab. If the editor is in read-only mode then it works as intended but not when the editor is active.
Is there a way to make links clickable in an active editor?
thnx,
Christoph
TinyMCE will not (by default) make the link clickable. You can right click on the link and a context menu appears. In that menu is an option to open the link. To modify a link one needs to click on it (select it) in TinyMCE. If that act (clicking) opened the link you would not be able to easily select the link to act upon it in the editor.

How do I link drop down menu option to display local HTML files in Tableau?

I have a requirement to show some JS based plots that I made using some Python libraries, and this particular visualization is not possible to make natively in Tableau. But my dashboard is made with Tableau, and I need to show this visualization in the dashboard. So, I saved the JS-based plots as HTML files, and I can run a localhost server and view them in my dashboard with the Web Page object. However, I have 3 such JS-based plots, and I want to provide a dropdown menu, where the user can click on option A to show the HTML page for plot A, click on option B to show the HTML page for plot B, and click on option C to show the HTML page for plot C. But I can't find a way to link the web pages to the drop down options. How do I do this? Thanks.
If you want to open a browser window separately that shows the pages:
Open the dashboard that contains the sheets you want to enable the right click on
Click the "Worksheet" Menu
Click "Actions"
Click the "Add Action >" button
Click "Go to URL"
In the popup that comes up, enter the label for the link under the Name field, Select "Menu" under Run action on, then enter the URL in the box.
Select your dashboard in the Dropdown (mine is named Dashboard 1), then check the box next to each sheet that should have the link when right clicked.
If you want it to display within your dashboard and not open a browser separately, you will need to write or find a Tableau extension to do this. As of now, there isn't an extension on the extension gallery for it, but there may be one somewhere on Github.

CloudKit Dashboard says I have no iCloud containers, but I have already created 2. What might be the issue?

I have already created 2 containers for 2 App IDs with CloudKit enabled. However, when I access the CloudKit Dashboard, it says that I do not have any CloudKit-enabled apps? What is the issue?
if you already have an app with app id and bundle id then do the following steps:
Add iCloud container
go to your member center (https://developer.apple.com/membercenter)
click on "Certificates, Identifiers & Profiles"
click “iCloud Containers” from the left menu
choose add or “+” sign
add text in the “Description” textfield
name your container (usually iCloud.com.myDomain.myApp style)
click “Continue”
review the summary screen and click “Register”
click "Done"
Enable iCloud feature to your app
go to your member center (https://developer.apple.com/membercenter)
click on "Certificates, Identifiers & Profiles"
click "App IDs" from the left menu
click on the app you want to add iCloud features (center of the screen)
click on the "Edit" button from the lower center screen
scroll down and tick the iCloud option
it will ask if to enable iCloud click "OK"
choose include cloudKit support
from the popup alert "Switch to iCloud (Include CloudKit support)" click "OK"
click on the "Edit" button and select the iCloud container you created in the previous steps and choose continue
review the summary screen and click Assign
you should see a "You have successfully modified your iCloud Containers." message
click "Done"
now you can click on button “CloudKit Dashboard” from Xcode or go to https://icloud.developer.apple.com/dashboard
it should work
Did you click on CloudKit select option? I think the CloudKit Dashboard is only available if that option was ticked.

Where can I see TFLog output on testflightapp.com?

I'm using TFLog in my iPhone app, but where on https://testflightapp.com can I view the output?
I just found this out by trial and error and a lot of clicking about on the TestFlight site. It's so well buried that I assumed there was no way to view the output yet on their site!
Click on Builds and then select the build of your app that you're interested in
Click on Sessions in the left-hand sidebar
Click the sessions from the user you're interested in
Click the "i" information graphic on the right-hand side for the individual session you're interested in
Click the Events drop-down on the right of the window that appears and select Log
The TFLog output is displayed. Note that it's mixed in with any Checkpoints that have been passed within that session

Facebook tab renamed itself. Can't change

Had a facebook tab called "Sign Up" as a gateway into an iframe canvas page. Nothing shocking. This last round of updates have moved the "tabs" to the left side of fb pages. For some reason, my tab, named "Sign Up" and still named so in the application settings, renamed itself to "Hello" when they updated the new look. I have no idea where this is coming from, but the client is now freaking out and Googling for this answer has been totally fruitless. Does anyone know why this would be happening? I tried resaving the application settings to no avail.
There's no code to post. There's some static HTML and CSS. Here's a screenshot of the app page:
As you can see it says "Hello" for reasons I cannot figure out. In the application settings I was able to change the icon from the default. As you can see here, the tab name is "Sign Up"
Nowhere in the settings is there the word "Hello". As stated I was able to add an icon.
Well, this is just a FB bug when you switch over to the new page format, but I did figure out how to fix it. If you encounter this problem go to your page and click the "Edit Page" button in the top right. You'll end up here:
Go to the apps tab and click "Edit Settings" under the app name. The popup shown above will appear. Just click "remove" and then click "Edit Settings" again and click "add". Your tab will now respect the name you have given it. Annoying.