• abhishek gupta
  • NEWBIE
  • 25 Points
  • Member since 2012

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 4
    Replies

Hi all,

 

     please give me replay for this,

 

                  I am using site.com sandbox, when I open that sandbox with credentials,after click site.com tab, the site.com studio not opened and I got "Site.com is not currently supported on test instances."  what is this i don't know about site.com sandbox and we develop the site in site.com

 

please help me this urgent

 

Thanks

 

Hi,

 

I am using facebook like button on my page. If i give anonymous preview URL in data-href attribute of facebook like button, on my wall some other link is getting posted that I posted earlier.

 

Is there any problem with the preview URL i am using..??

Why that URL is not getting posted on my wall.??

 

Please reply urgently.

 

 

Thanks,

Abhishek

Hi all,

 

I am newbie to visual force.

I have created a visual force site, and provided a URL rewriter class to it.

My class implements Site.UrlRewriter interface. i have implemented mapRequestUrl() method and the other method is returning null.

I want to redirect the visual force page to site.com page.

i have written a very simplest mapping code as given below.

 

 

 

global class redirectingClass implements Site.UrlRewriter {
  String DIRECTORY = '/LoadOffersPage/';
  String internalDomain='https://sitepreview.ap1.force.com';
  global PageReference mapRequestUrl(PageReference externalUrl) {
       PageReference pageref= new PageReference(internalDomain + '/CLP/?category=a0290000006KSYAAA4');
               pageref.setRedirect(true);
               return pageref;
     }
  global List<PageReference> generateUrlFor(List<PageReference> myForcedotcomUrls) {
      return null;
  }
}

 

my site url is this.

http://abhishek-gupta-developer-edition.ap1.force.com/

 

is it possible to rewrite url in this way. Or where i am going wrong.

Also i read something about about "enabling url rewriting in the site" but didnt get anything about how???

Is it simply like associating the class as URL rewriter class for  the site.

 

thanks and regards

abhishek

Hi all,

 

I am new to site.com. I need to use the value of repeater element (shown as a link) which it is fetching from salesforce when i click on it. e.g i want it in available in javascript.

 

Thanks in advance.

Regards

Abhishek Gupta

Hi all,

 

   how will get the dynamic data for site.com site and how to display the content in site.com.

 

 

Thank you.

Hi all,

 

     please give me replay for this,

 

                  I am using site.com sandbox, when I open that sandbox with credentials,after click site.com tab, the site.com studio not opened and I got "Site.com is not currently supported on test instances."  what is this i don't know about site.com sandbox and we develop the site in site.com

 

please help me this urgent

 

Thanks

 

Hi all,

 

I am newbie to visual force.

I have created a visual force site, and provided a URL rewriter class to it.

My class implements Site.UrlRewriter interface. i have implemented mapRequestUrl() method and the other method is returning null.

I want to redirect the visual force page to site.com page.

i have written a very simplest mapping code as given below.

 

 

 

global class redirectingClass implements Site.UrlRewriter {
  String DIRECTORY = '/LoadOffersPage/';
  String internalDomain='https://sitepreview.ap1.force.com';
  global PageReference mapRequestUrl(PageReference externalUrl) {
       PageReference pageref= new PageReference(internalDomain + '/CLP/?category=a0290000006KSYAAA4');
               pageref.setRedirect(true);
               return pageref;
     }
  global List<PageReference> generateUrlFor(List<PageReference> myForcedotcomUrls) {
      return null;
  }
}

 

my site url is this.

http://abhishek-gupta-developer-edition.ap1.force.com/

 

is it possible to rewrite url in this way. Or where i am going wrong.

Also i read something about about "enabling url rewriting in the site" but didnt get anything about how???

Is it simply like associating the class as URL rewriter class for  the site.

 

thanks and regards

abhishek