1. BriniaSona's Avatar
    I was looking all over google last night to try and find something similar this, but blackberry style.

    The idea is that when I save a bookmark for my website (or anyone) is that the saved link to the apps page appears as an icon rather than a shrunk view of the page. Ive seen this done with a few websites, but have no idea what the code is, or where to put it inside my website.

    Blog | Creating a custom icon for the 'Add to Home Screen' on iPhone | Uncorked Studios

    The code for the iCrap is here, but I would like to know how to implement this for BlackBerry 10
    05-12-14 07:36 AM
  2. Sith_Apprentice's Avatar
    I pulled the source for cnn.com (after making sure it worked), and there is nothing specific for BlackBerry there. It actually pulls the apple icon as well. Here is the code I found:

    <link type="image/png" rel="apple-touch-icon" href="http://i.cdn.turner.com/cnn/.e/img/3.0/global/misc/apple-touch-icon.png"></link>
    05-12-14 08:26 AM
  3. BriniaSona's Avatar
    Not figure out where to put this code in phpbb.
    05-12-14 08:35 AM
  4. Sith_Apprentice's Avatar
    Should just be in the <head> portion of the documents.
    05-12-14 08:57 AM
  5. nickdud's Avatar
    Docu shortcut or shortcut me apps... simples!
    Save the logo as a jpeg, create a link and use logo jpeg..

    App Icon When Saving Bookmark to Homescreen-img_20140512_150501.png

    Posted via CB10
    05-12-14 09:05 AM
  6. nickdud's Avatar
    Sorry! Miss read, but still good advice for anyone wanting homescreen shortcuts

    Posted via CB10
    05-12-14 09:07 AM
  7. Sith_Apprentice's Avatar
    <head>
    <link type="image/png" rel="apple-touch-icon" href="icon.png"></link>
    <link rel="icon" href="favicon.ico" type="image/x-icon">
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
    </head>


    The above will work (i just tested). Make sure the PNG is 114x114 and that your favicon is 16x16 and 8 or 16 bit color.
    05-12-14 09:31 AM
  8. BriniaSona's Avatar
    If anyone knows phpbb prosilver, that might be even more awesome.
    05-12-14 09:40 AM
  9. Sith_Apprentice's Avatar
    05-12-14 09:48 AM
  10. BriniaSona's Avatar
    Damn, frustrated and whatnot i missed things.
    05-12-14 11:25 AM
  11. BriniaSona's Avatar
    what is the icon size needed for the z30/q10/z10/q5/z3?

    is it 114 x 114?
    05-12-14 11:30 AM
  12. Sith_Apprentice's Avatar
    05-12-14 12:15 PM

Similar Threads

  1. When is official 10.3 coming to India
    By Preetam Junnarkar in forum BlackBerry Z10
    Replies: 19
    Last Post: 04-05-15, 06:47 AM
  2. New USIM Caused App Installing Problem
    By tanaohang in forum BlackBerry Q10
    Replies: 6
    Last Post: 05-13-14, 10:33 PM
  3. Converting Feature/Dumbphone Users to Q5
    By MobileZen in forum BlackBerry Q5
    Replies: 4
    Last Post: 05-13-14, 03:59 PM
  4. When we will have official 10.3 os??
    By Karim Hofer in forum General BlackBerry News, Discussion & Rumors
    Replies: 32
    Last Post: 05-13-14, 02:00 AM
  5. ability to activate the android fb messenger (chat heads) all around the OS
    By Punzalan Flores Kerouac in forum More for your BlackBerry 10 Phone!
    Replies: 3
    Last Post: 05-12-14, 05:26 PM
LINK TO POST COPIED TO CLIPBOARD