KR101913567B1 - Operating method of web server, screen shot server, web browser and target terminal for sharing digital contents - Google Patents

Operating method of web server, screen shot server, web browser and target terminal for sharing digital contents Download PDF

Info

Publication number
KR101913567B1
KR101913567B1 KR1020170028473A KR20170028473A KR101913567B1 KR 101913567 B1 KR101913567 B1 KR 101913567B1 KR 1020170028473 A KR1020170028473 A KR 1020170028473A KR 20170028473 A KR20170028473 A KR 20170028473A KR 101913567 B1 KR101913567 B1 KR 101913567B1
Authority
KR
South Korea
Prior art keywords
url
web page
server
web
request
Prior art date
Application number
KR1020170028473A
Other languages
Korean (ko)
Other versions
KR20180101913A (en
Inventor
오화종
Original Assignee
주식회사 카카오
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 카카오 filed Critical 주식회사 카카오
Priority to KR1020170028473A priority Critical patent/KR101913567B1/en
Publication of KR20180101913A publication Critical patent/KR20180101913A/en
Application granted granted Critical
Publication of KR101913567B1 publication Critical patent/KR101913567B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • G06F17/30864
    • G06F17/30887

Abstract

일 실시예에 따른 웹 서버는 웹 페이지를 제공하는 서버의 주소 및 웹 페이지에서 공유 요청에 대응하는 영역을 지정하는 식별 정보를 포함하는 제1 URL의 미리보기 정보에 대한 메타 데이터의 요청을 수신하고, 웹 페이지에서 공유 요청에 대응하는 영역을 캡쳐하는 스크린 샷 서버의 주소 및 제1 URL을 포함하는 제2 URL을 생성하며, 제2 URL을 포함하는 메타 데이터를 제공한다.The web server according to an exemplary embodiment receives a request for metadata of preview information of a first URL including an address of a server providing a web page and identification information designating an area corresponding to a sharing request in a web page Generates a second URL including an address of the screen shot server capturing an area corresponding to the sharing request in the web page and a first URL, and provides metadata including the second URL.

Description

디지털 컨텐츠의 공유를 위한 웹 서버, 스크린 샷 서버, 웹 브라우저 및 대상 단말의 동작 방법{OPERATING METHOD OF WEB SERVER, SCREEN SHOT SERVER, WEB BROWSER AND TARGET TERMINAL FOR SHARING DIGITAL CONTENTS}TECHNICAL FIELD [0001] The present invention relates to a web server, a screen shot server, a web browser, and a target terminal for sharing digital contents.

아래의 실시예들은 디지털 컨텐츠의 공유를 위한 웹 서버, 스크린 샷 서버, 웹 브라우저 및 대상 단말의 동작 방법에 관한 것이다. The following embodiments relate to a web server, a screen shot server, a web browser, and a method of operating a target terminal for sharing digital contents.

최근 HTML(HyperText Markup Language) 문서의 메타 데이터를 보다 쉽게 표시하기 위해 사이트를 대표하는 이미지와 텍스트를 삽입하여 활용할 수 있게 하는 오픈 그래프 프로토콜(Open Graph Protocol; OG tag)이 많이 사용되고 있다. Recently, an Open Graph Protocol (OG tag) has been widely used in order to easily display the metadata of HTML (HyperText Markup Language) document and to insert and use the representative image and text of the site.

오픈 그래프 프로토콜이 적용된 URL(Universal Resource Locator)을 공유하는 경우, 오픈 그래프 프로토콜을 지원하는 클라이언트 단말은 해당 URL의 대표 이미지와 텍스트를 적절하게 노출하여 URL을 공유 받은 사용자가 빠르게 해당 URL에 대응하는 웹 페이지의 성격을 파악하도록 할 수 있다. 이때, 오픈 그래프 프로토콜에 삽입하는 이미지와 텍스트는 정적인 데이터로서, 미리 마련된 해당 사이트를 대표하는 대표 이미지, 제목 등으로 채워 진다. 따라서, 오픈 그래프 프로토콜에 삽입하는 이미지와 텍스트를 통해서는 사용자가 공유하고자 하는 디지털 컨텐츠를 사용자가 보고 있는 그대로 전달하기 어려운 문제가 있다.When a URL (universal resource locator) to which an open graph protocol is applied is shared, a client terminal supporting the open graph protocol appropriately exposes a representative image and text of the corresponding URL, You can tell the nature of the page. At this time, the image and text to be inserted into the open graph protocol are static data, and are filled with representative images, titles, and the like representing the corresponding site prepared in advance. Therefore, there is a problem that it is difficult to transmit the digital contents that the user wants to share as the user sees through the images and texts inserted in the open graph protocol.

일 측에 따른 웹 서버의 동작 방법은 웹 페이지(web page)를 제공하는 웹 서버(web server)의 주소 및 상기 웹 페이지에서 공유 요청에 대응하는 영역을 지정하는 식별 정보를 포함하는 제1 URL의 미리보기 정보에 대한 메타 데이터(metadata)의 요청을 수신하는 단계; 상기 메타 데이터의 요청에 응답하여, 상기 웹 페이지에서 상기 공유 요청에 대응하는 영역을 캡쳐하는 스크린 샷 서버의 주소 및 상기 제1 URL을 포함하는 제2 URL을 생성하는 단계; 및 상기 제2 URL을 포함하는 메타 데이터를 제공하는 단계를 포함한다. A method of operating a web server according to one side includes the steps of: receiving a first URL including an address of a web server providing a web page and identification information specifying an area corresponding to a sharing request in the web page; Receiving a request for metadata for the preview information; Generating an address of a screen shot server that captures an area corresponding to the sharing request in the web page and a second URL including the first URL in response to the request of the metadata; And providing the metadata including the second URL.

상기 웹 서버의 동작 방법은 상기 제2 URL에 접속한 대상 단말의 이미지 요청에 따른 상기 스크린 샷 서버의 상기 제1 URL로의 접속에 응답하여, 상기 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출되도록 웹 페이지를 구성하는 단계; 및 상기 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출된 웹 페이지를 상기 스크린 샷 서버에게 제공하는 단계를 더 포함할 수 있다. Wherein the operation method of the web server is configured to respond to a connection of the screen shot server to the first URL according to an image request of a target terminal connected to the second URL so that an area corresponding to the sharing request is exposed at a predetermined position Constituting a web page; And providing the screen shot server with a web page in which a region corresponding to the sharing request is exposed at a predetermined position.

상기 웹 페이지를 구성하는 단계는 상기 제1 URL에 포함된 상기 식별 정보를 이용하여 상기 제1 URL에 의하여 지시되는 웹 페이지에서 상기 공유 요청에 대응하는 영역을 결정하는 단계를 포함할 수 있다. The step of configuring the web page may include determining an area corresponding to the sharing request in a web page indicated by the first URL using the identification information included in the first URL.

상기 식별 정보는 상기 웹 페이지에 해당하는 문서(documents)의 식별자, 및 상기 문서에 포함된 복수의 항목들 중 상기 사용자에 의해 공유 요청된 항목의 식별자를 포함할 수 있다.The identification information may include an identifier of a document corresponding to the web page and an identifier of an item shared by the user among a plurality of items included in the document.

상기 웹 페이지는 특정 쿼리에 대한 검색 결과를 포함할 수 있다. The web page may include search results for a particular query.

상기 제1 URL은 상기 검색 결과를 도출하기 위한 검색 쿼리(query)를 더 포함할 수 있다. The first URL may further include a query for deriving the search result.

상기 웹 서버의 동작 방법은 상기 웹 페이지의 복수의 항목들 중 어느 한 항목에 대한 사용자의 공유 요청을 수용하기 위한 사용자 인터페이스를 웹 브라우저를 통해 상기 사용자에게 제공하는 단계를 더 포함할 수 있다. The method of operating the web server may further include providing a user interface to the user via a web browser for accepting a user's sharing request for any one of a plurality of items of the web page.

상기 제1 URL은 상기 사용자 인터페이스에 대한 상기 사용자의 선택에 응답하여, 상기 웹 브라우저에 의해 생성될 수 있다. The first URL may be generated by the web browser in response to the user's selection of the user interface.

상기 메타 데이터의 요청을 수신하는 단계는 상기 웹 페이지를 통해 제공된 컨텐츠에 대한 사용자의 공유 요청에 응답하여, 대상 단말로부터 상기 메타 데이터의 요청을 수신하는 단계를 포함할 수 있다. The step of receiving a request for the metadata may include receiving a request for the metadata from a target terminal in response to a user's request for sharing the content provided through the web page.

일 측에 따른 스크린 샷 서버의 동작 방법은 웹 페이지를 제공하는 웹 서버의 주소 및 상기 웹 페이지에서 공유 요청에 대응하는 영역을 지정하는 식별 정보를 포함하는 제1 URL, 및 스크린 샷 서버의 주소를 포함하는 제2 URL로의 접속 요청을 수신하는 단계; 상기 제1 URL에 접속하는 단계; 상기 제1 URL로의 접속에 응답하여 상기 웹 서버로부터 상기 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출되는 웹 페이지를 수신하는 단계; 상기 미리 정해진 위치에 기초하여, 상기 공유 요청에 대응하는 영역을 캡쳐하는 단계; 및 상기 캡쳐한 이미지를 전송하는 단계를 포함한다. According to one aspect of the present invention, there is provided a method of operating a screen shot server including a first URL including an address of a web server providing a web page and identification information specifying an area corresponding to a sharing request in the web page, Receiving a request for access to a second URL comprising; Connecting to the first URL; Receiving a web page from the web server in response to a connection to the first URL, wherein a region corresponding to the sharing request is exposed at a predetermined location; Capturing an area corresponding to the sharing request based on the predetermined position; And transmitting the captured image.

상기 상기 제1 URL에 접속하는 단계는 가상 브라우저를 이용하여 상기 제2 URL에 포함된 상기 제1 URL에 접속하는 단계를 포함할 수 있다. The connecting to the first URL may include connecting to the first URL included in the second URL using a virtual browser.

상기 웹 페이지는 특정 쿼리에 대한 검색 결과를 포함하고, 상기 제1 URL은 상기 검색 결과를 도출하기 위한 검색 쿼리를 더 포함할 수 있다. The web page may include a search result for a specific query, and the first URL may further include a search query for deriving the search result.

상기 스크린 샷 서버의 동작 방법은 상기 캡쳐한 이미지를 캐싱(caching)하는 단계; 및 미리 정해진 시간 이내에 상기 제2 URL과 동일한 URL을 통한 접속 요청이 수신되는 경우, 상기 캐싱된 이미지를 전송하는 단계를 더 포함할 수 있다. Wherein the method of operating the screen shot server comprises: caching the captured image; And transmitting the cached image when a connection request through the same URL as the second URL is received within a predetermined time period.

일 측에 따른 웹 브라우저의 동작 방법은 웹 페이지의 복수의 항목들 중 어느 한 항목에 대한 사용자의 공유 요청을 수용하기 위한 사용자 인터페이스를 제공하는 단계; 상기 사용자 인터페이스에 대한 사용자의 선택에 응답하여, 상기 웹 페이지를 제공하는 웹 서버의 주소 및 상기 웹 페이지에서 상기 공유 요청에 대응하는 영역을 지정하는 식별 정보를 포함하는 제1 URL, 및 스크린 샷 서버의 주소를 포함하는 제2 URL을 생성하는 단계; 및 대상 단말에게 상기 제2 URL을 포함하는 메타 데이터를 제공하는 단계를 포함한다.A method of operating a web browser according to one side comprises: providing a user interface for accepting a user's sharing request for one of a plurality of items of a web page; A first URL including an address of a web server providing the web page and identification information designating an area corresponding to the sharing request in the web page in response to a user's selection of the user interface, Generating a second URL including an address of the second URL; And providing the target terminal with metadata including the second URL.

상기 식별 정보는 상기 웹 페이지에 해당하는 문서의 식별자, 및 상기 문서 내에 포함된 복수의 항목들 중 상기 사용자에 의해 공유 요청된 항목의 식별자를 포함할 수 있다. The identification information may include an identifier of a document corresponding to the web page, and an identifier of an item shared by the user among a plurality of items included in the document.

상기 스크린 샷 서버는 상기 웹 페이지에서 상기 공유 요청에 대응하는 영역을 캡쳐한 이미지를 제공할 수 있다. The screen shot server may provide an image that captures an area corresponding to the sharing request in the web page.

일 측에 따른 대상 단말의 동작 방법은 웹 페이지를 제공하는 웹 서버의 주소 및 상기 웹 페이지에서 공유 요청에 대응하는 영역을 지정하는 식별 정보를 포함하는 제1 URL, 및 스크린 샷 서버의 주소로 구성된 제2 URL을 포함하는 메타 데이터를 수신하는 단계; 상기 제2 URL에 접속함으로써, 상기 스크린 샷 서버에게 제1 URL의 미리보기 정보를 위한 이미지를 요청하는 단계; 상기 이미지 요청에 응답하여, 상기 스크린 샷 서버로부터 상기 공유 요청에 대응하는 영역을 캡쳐한 이미지를 수신하는 단계; 및 상기 제1 URL에 대응하여, 상기 캡쳐한 이미지를 표시하는 단계를 포함한다. A method of operating a target terminal according to one side includes a first URL including an address of a web server providing a web page and identification information specifying an area corresponding to a sharing request in the web page, Receiving metadata including a second URL; Requesting an image for preview information of a first URL to the screen shot server by accessing the second URL; Receiving, in response to the image request, an image capturing an area corresponding to the sharing request from the screen shot server; And displaying the captured image corresponding to the first URL.

상기 캡쳐한 이미지는 상기 스크린 샷 서버가 가상 브라우저를 이용하여 상기 제1 URL에 접속함으로써 상기 웹 서버로부터 수신한, 상기 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출되는 웹 페이지로부터 캡쳐된 것일 수 있다. The captured image may be one captured from a web page that is received from the web server by the screen shot server accessing the first URL using a virtual browser and in which an area corresponding to the sharing request is exposed at a predetermined position have.

상기 제2 URL을 포함하는 메타 데이터를 수신하는 단계는 웹 브라우저를 통해 제공되는 웹 페이지의 복수의 항목들 중 어느 한 항목에 대한 사용자의 공유 요청에 따라, 상기 웹 브라우저로부터 상기 제2 URL을 포함하는 메타 데이터를 수신하는 단계를 포함할 수 있다.Wherein the step of receiving the metadata including the second URL includes receiving the second URL from the web browser in response to a sharing request of the user for one of a plurality of items of the web page provided through the web browser And receiving the metadata to be transmitted.

도 1은 일 실시예에 따른 디지털 컨텐츠의 공유를 위한 시스템의 구성 및 동작을 설명하기 위한 도면.
도 2는 일 실시예에 따라 웹 브라우저를 통해 제공되는 웹 페이지 화면의 일 예를 도시한 도면.
도 3은 일 실시예에 따른 웹 페이지에서의 공유 요청에 대응하여 대상 단말에 제공되는 화면의 일 예를 도시한 도면.
도 4는 일 실시예에 따른 디지털 컨텐츠의 공유를 위한 웹 서버의 동작 방법을 나타낸 흐름도.
도 5는 일 실시예에 따른 디지털 컨텐츠의 공유를 위한 스크린 샷 서버의 동작 방법을 나타낸 흐름도.
도 6은 다른 실시예에 따른 디지털 컨텐츠의 공유를 위한 시스템의 구성 및 동작을 설명하기 위한 도면.
도 7은 다른 실시예에 따른 디지털 컨텐츠의 공유를 위한 웹 브라우저의 동작 방법을 나타낸 흐름도.
도 8은 다른 실시예에 따른 디지털 컨텐츠의 공유를 위한 대상 단말의 동작 방법을 나타낸 흐름도.
Brief Description of the Drawings Fig. 1 is a diagram for explaining the configuration and operation of a system for sharing digital contents according to an embodiment; Fig.
2 is a view showing an example of a web page screen provided through a web browser according to an embodiment;
3 is a diagram illustrating an example of a screen provided to a target terminal in response to a sharing request in a web page according to an exemplary embodiment;
4 is a flowchart illustrating a method of operating a web server for sharing digital contents according to an exemplary embodiment of the present invention.
5 is a flowchart illustrating a method of operating a screen shot server for sharing digital contents according to an exemplary embodiment.
FIG. 6 is a diagram for explaining the configuration and operation of a system for sharing digital contents according to another embodiment; FIG.
7 is a flowchart illustrating a method of operating a web browser for sharing digital contents according to another embodiment;
8 is a flowchart illustrating an operation method of a target terminal for sharing digital contents according to another embodiment;

이하에서, 첨부된 도면을 참조하여 실시예들을 상세하게 설명한다. 각 도면에 제시된 동일한 참조 부호는 동일한 부재를 나타낸다. 아래 설명하는 실시예들에는 다양한 변경이 가해질 수 있다. 아래 설명하는 실시예들은 실시 형태에 대해 한정하려는 것이 아니며, 이들에 대한 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다.In the following, embodiments will be described in detail with reference to the accompanying drawings. Like reference symbols in the drawings denote like elements. Various modifications may be made to the embodiments described below. It is to be understood that the embodiments described below are not intended to limit the embodiments, but include all modifications, equivalents, and alternatives to them.

실시예에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 실시예를 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 명세서에서, "포함하다" 또는 "가지다" 등의 용어는 명세서 상에 기재된 특징, 숫자, 단계, 동작, 구성 요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성 요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terms used in the examples are used only to illustrate specific embodiments and are not intended to limit the embodiments. The singular expressions include plural expressions unless the context clearly dictates otherwise. In this specification, the terms "comprises" or "having" and the like refer to the presence of stated features, integers, steps, operations, elements, components, or combinations thereof, But do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, or combinations thereof.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 실시예가 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art to which this embodiment belongs. Terms such as those defined in commonly used dictionaries are to be interpreted as having a meaning consistent with the contextual meaning of the related art and are to be interpreted as either ideal or overly formal in the sense of the present application Do not.

또한, 첨부 도면을 참조하여 설명함에 있어, 도면 부호에 관계없이 동일한 구성 요소는 동일한 참조 부호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다. 실시예를 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 실시예의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다. In the following description of the present invention with reference to the accompanying drawings, the same components are denoted by the same reference numerals regardless of the reference numerals, and redundant explanations thereof will be omitted. In the following description of the embodiments, a detailed description of related arts will be omitted if it is determined that the gist of the embodiments may be unnecessarily blurred.

도 1은 일 실시예에 따른 디지털 컨텐츠의 공유를 위한 시스템의 구성 및 동작을 설명하기 위한 도면이다. 도 1을 참조하면, 일 실시예에 따른 웹 서버가 생성한 URL의 미리보기 정보에 대한 메타 데이터를 기초로, 스크린 샷 서버에 의해 캡쳐된 이미지가 URL의 미리 보기 정보를 위한 이미지로 제공되는 실시예가 도시된다. 디지털 컨텐츠는 웹 페이지를 통하여 제공되는 정보를 포괄하는 개념으로 이해될 수 있고, 예를 들어 검색 페이지에서 특정 쿼리에 대응하여 검색된 결과들 중 사용자에 의하여 공유 요청된 결과 또는 뉴스 페이지에 포함된 복수의 뉴스들 중 사용자에 의하여 공유 요청된 뉴스 등을 포함할 수 있다.1 is a diagram for explaining the configuration and operation of a system for sharing digital contents according to an embodiment. 1, an image captured by a screen shot server is provided as an image for preview information of a URL, based on metadata of preview information of a URL generated by a web server according to an exemplary embodiment. An example is shown. The digital content can be understood as a concept covering information provided through a web page. For example, the digital content may be a result of sharing requested by a user among results searched corresponding to a specific query on a search page, And news requested to be shared by the user among the news.

일 실시예에 따른 시스템(100)은 대상 단말(target terminal)(101), 웹 브라우저(web browser)(103), 웹 서버(web server)(105) 및 스크린 샷 서버(screen shot server)(107)를 포함한다.The system 100 according to one embodiment includes a target terminal 101, a web browser 103, a web server 105, and a screen shot server 107 ).

대상 단말(101)은 웹 브라우저(103)를 통해 제공된 웹 페이지(web page)에서 사용자가 공유 하고자 하는 내용에 대한 공유 요청의 대상이 되는 단말에 해당할 수 있다. 대상 단말(101)은 공유를 요청한 사용자 본인의 단말일 수도 있고, 타인의 단말일 수도 있다. 대상 단말(101)은 PC(Personal Computer), 넷북, 노트북, PDA(Personal Digital Appliance) 이외에도 사용자의 스마트폰, 웨어러블 디바이스(Wearable device) 등이 이에 해당될 수 있다. 대상 단말(101)은 대상 단말(101)에 설치된 어플리케이션에 의하여 구동될 수 있다. 대상 단말(101)에는 예를 들어, 소셜 네트워킹 서비스 또는 인스턴트 메시징 서비스를 제공하는 어플리케이션이 설치될 수 있다.The target terminal 101 may correspond to a terminal subject to a sharing request for contents to be shared by a user on a web page provided through the web browser 103. [ The target terminal 101 may be a terminal of the user who requested sharing, or a terminal of another person. The target terminal 101 may be a user's smartphone, a wearable device, etc. in addition to a PC (Personal Computer), a netbook, a notebook, and a PDA (Personal Digital Appliance). The target terminal 101 can be driven by an application installed in the target terminal 101. [ The target terminal 101 may be provided with, for example, an application for providing a social networking service or an instant messaging service.

대상 단말(101)은 웹 브라우저(103) 또는 웹 서버(105)에 의해 생성된 URL(Universal Resource Locator)의 미리보기 정보를 사용자에게 노출하는 오픈 API(Application Program Interfaced)를 지원할 수 있다. The target terminal 101 can support an open API (Application Program Interfaced) that exposes preview information of a URL (Universal Resource Locator) generated by the web browser 103 or the web server 105 to a user.

웹 브라우저(103)는 웹 서버(105)에 의하여 제공되는 웹 페이지를 사용자에게 노출한다. 웹 브라우저(103)는 예를 들어, 웹 페이지에 삽입된 스크립트(Script) 등에 의해 동작할 수 있다. The web browser 103 exposes the web page provided by the web server 105 to the user. The web browser 103 can be operated by, for example, a script inserted in a web page.

웹 서버(105)는 웹 브라우저(103)와 같은 클라이언트의 요청을 받아 웹 페이지를 응답할 수 있다. 또한, 웹 서버(105)는 대상 단말(101)의 오픈 API를 통하여 URL의 미리보기 정보가 요청되면, URL의 미리보기 정보에 대한 메타 데이터를 생성할 수 있다. 웹 서버(105)는 '웹 프론트(web front)'라고도 불릴 수 있다. The web server 105 can receive a request from a client such as the web browser 103 and respond to the web page. In addition, when the URL preview information is requested through the open API of the target terminal 101, the web server 105 can generate metadata for the preview information of the URL. The web server 105 may also be referred to as a " web front. &Quot;

스크린 샷 서버(107)는 웹 페이지에서 사용자의 공유 요청에 대응하는 영역을 캡쳐한다.The screen shot server 107 captures an area corresponding to the user's sharing request in the web page.

이하, 웹 서버(105)가 검색 서버이고, 검색 페이지에서 검색된 복수의 검색 결과들 중 사용자에 의하여 공유 요청된 검색 결과가 공유되는 시나리오를 가정하고, 시스템(100)의 동작을 설명한다.Hereinafter, the operation of the system 100 will be described assuming a scenario in which the web server 105 is a search server and a search result shared by a user is shared among a plurality of search results searched in the search page.

웹 서버(105)는 웹 브라우저(103)를 통해 제공되는 웹 페이지로부터 특정 쿼리를 포함하는 검색 요청을 수신할 수 있다(110). 웹 서버(105)는 단계(110)의 검색 요청에 대응하는 웹 페이지(예를 들어, 도 2의 화면(210) 참조)를 웹 브라우저(103)에게 제공할 수 있다(115). 이때, 웹 브라우저(103)에게 제공된 웹 페이지(210)는 특정 쿼리(예를 들어, '아OO')에 대한 검색 결과를 포함할 수 있다. The web server 105 may receive a search request including a specific query from a web page provided through the web browser 103 (110). The web server 105 may provide the web browser 103 with a web page corresponding to the search request of step 110 (e.g., see screen 210 of Fig. 2) (115). At this time, the web page 210 provided to the web browser 103 may include a search result for a specific query (for example, 'OO').

또한, 웹 페이지(210)에는 웹 서버(105)에 의해 제공된 사용자 인터페이스(예를 들어, 도 2의 공유 버튼(215) 참조)를 포함될 수 있다. 사용자 인터페이스(215)는 웹 브라우저(103)를 통해 제공된 웹 페이지(210)에 포함된 복수의 항목들 중 어느 한 항목에 대한 사용자의 공유 요청을 수용하기 위한 것일 수 있다. 웹 페이지(210)에서 검색 결과들 각각은 개별 항목으로 표시될 수 있다. 아래에서 상세히 설명하겠으나, 실시예들은 공유하고자 하는 항목을 현재 화면에 표시된 그대로 공유하는 기술을 제공할 수 있다. 사용자 인터페이스(215)는 공유 버튼 이외에도 다른 다양한 형태로 제공될 수 있다. The web page 210 may also include a user interface provided by the web server 105 (e.g., see the sharing button 215 of FIG. 2). The user interface 215 may be for accepting a user's sharing request for any one of a plurality of items included in the web page 210 provided through the web browser 103. [ Each of the search results in the web page 210 may be displayed as an individual item. As will be described in detail below, embodiments may provide a technique for sharing items to be shared as displayed on the current screen. The user interface 215 may be provided in various other forms besides the sharing button.

웹 브라우저(103)를 통해 제공된 웹 페이지의 화면(210)에서 사용자에 의해 공유 버튼(215)이 선택되면(120), 웹 브라우저(103)는 공유 버튼(215)에 대한 사용자의 선택에 응답하여 제1 URL을 생성한다(125). 제1 URL은 웹 브라우저(103)를 통해 웹 페이지(210)를 제공하는 웹 서버(105)의 주소 및 웹 페이지(210)에서 공유 요청에 대응하는 영역을 지정하는 식별 정보를 포함한다. 식별 정보는 웹 페이지에 해당하는 문서를 식별하는 정보 및 문서에 포함된 복수의 항목들 중 사용자에 의해 공유 요청된 항목을 식별하는 정보를 포함할 수 있다. If the share button 215 is selected 120 by the user on the screen 210 of the web page provided through the web browser 103, the web browser 103 responds to the user's selection of the share button 215 And generates a first URL (125). The first URL includes the address of the web server 105 that provides the web page 210 through the web browser 103 and the identification information that designates the area corresponding to the sharing request in the web page 210. The identification information may include information identifying the document corresponding to the web page and information identifying the item requested to be shared by the user among a plurality of items included in the document.

여기서, '공유 요청에 대응하는 영역'은 사용자가 공유 버튼을 선택한 시점에 보고 있던 웹 페이지의 영역, 다시 말해 사용자가 공유를 요청한 웹 페이지(210)의 일부를 구성하는 텍스트 및 이미지를 포함하는 내용으로 이해될 수 있다. Here, the 'area corresponding to the sharing request' is a region of the web page that the user has viewed at the time of selecting the sharing button, that is, a text that constitutes a part of the web page 210 requested by the user to share, .

예를 들어, 식별 정보는 특정 쿼리의 검색 결과에 해당하는 문서의 식별자, 및 문서에 포함된 복수의 항목들 중 사용자에 의해 공유 요청된 항목의 식별자를 포함할 수 있다. 특정 쿼리가 '아OO'라고 하면, 문서의 식별자는 특정 쿼리(아OO)의 검색 결과들을 포함하는 웹 페이지를 지시하는 식별자이고, 항목의 식별자는 해당 문서에 포함된 검색 결과들 중 특정 검색 결과를 지시하는 식별자일 수 있다. For example, the identification information may include an identifier of a document corresponding to a search result of a specific query, and an identifier of an item shared by a user among a plurality of items included in the document. If the specific query is 'NO', the identifier of the document is an identifier indicating a web page including search results of a specific query (NO), and the identifier of the item is a specific search result Lt; / RTI >

일 실시예에 따르면, 제1 URL은 검색 결과를 도출하기 위한 검색 쿼리를 더 포함할 수 있다. 이경우, 검색 쿼리를 이용하여 대상 단말(101)에 공유 요청된 항목뿐 아니라, 검색 결과들까지 공유될 수 있다.According to one embodiment, the first URL may further comprise a search query for deriving a search result. In this case, not only the items requested to be shared with the target terminal 101 but also search results can be shared using the search query.

또한, 일 실시예에 따르면, 제1 URL은 공유 버튼에 대한 사용자의 선택 시점에 해당하는 타임 스탬프(time stamp)를 더 포함할 수 있다. 공유 요청된 항목은 캐싱(caching)될 수 있는데, 타임 스탬프를 이용하여 캐싱된 항목이 갱신되어야 하는지 여부가 결정될 수 있다. 예를 들어, 사용자가 웹 페이지 상에 제공되고 있는 날씨 화면에 대한 공유를 요청한 경우, 날씨 화면을 통해 제공되는 날씨는 날짜 또는 시간에 따라 시시각각 변화한다. 따라서, 공유 요청에 대응하는 영역(날씨가 표시되는 화면)을 지정하는 식별 정보는 동일하더라도 해당 영역에 나타나는 실제 내용(날씨)은 서로 다를 수 있다. 따라서, 일 실시예에서는 제1 URL에 타임 스탬프를 포함함으로써 사용자가 공유하고자 하는 정확한 대상(내용)을 특정할 수 있게 된다.Also, according to one embodiment, the first URL may further include a time stamp corresponding to a user's selection time point of the sharing button. The items requested to be shared may be cached, and it may be determined whether the cached items should be updated using a timestamp. For example, when a user requests sharing of a weather screen provided on a web page, the weather provided through the weather screen changes instantaneously depending on the date or time. Therefore, even if the identification information designating the area corresponding to the sharing request (the screen in which the weather is displayed) is the same, the actual contents (weather) appearing in the corresponding area may be different from each other. Accordingly, in one embodiment, by including a time stamp in the first URL, the user can specify an accurate object (content) to be shared.

웹 브라우저(103)는 대상 단말(101)에게 제1 URL을 제공한다(130). 대상 단말(101)은 단계(130)에서 수신한 제1 URL을 이용하여 웹 서버(105)에 접속함으로써, 제1 URL의 미리 보기 정보에 대한 메타 데이터를 요청할 수 있다(135). 여기서, 제1 URL의 미리 보기 정보에 대한 메타 데이터는 예를 들어, 미리보기 화면의 실체를 구성하는 메타 데이터의 표기 방법 중 하나인 오픈 그래프 프로토콜(open graph protocol)에 기반한 오픈 그래프 태그(open graph tag)에 해당할 수 있다. The web browser 103 provides the first URL to the target terminal 101 (130). The target terminal 101 may request the metadata of the preview information of the first URL by accessing the web server 105 using the first URL received in step 130 (135). Here, the metadata of the preview information of the first URL may be, for example, an open graph based on an open graph protocol, which is one of the metadata representation methods of the substance of the preview screen tag.

웹 서버(105)는 메타 데이터의 요청에 응답하여, 웹 페이지에서 공유 요청에 대응하는 영역을 캡쳐하는 스크린 샷 서버(107)의 주소 및 제1 URL을 포함하는 제2 URL을 생성한다(140). In response to the request for the metadata, the web server 105 generates 140 the address of the screen shot server 107 that captures the area corresponding to the sharing request in the web page, and a second URL including the first URL (140) .

웹 서버(105)는 단계(140)에서 생성한 제2 URL을 포함하는 메타 데이터를 대상 단말(101)에게 제공한다(145). 메타 데이터는 제1 URL의 타이틀, 설명문구 등 텍스트 필드와 제1 URL의 대표 이미지에 대한 링크 필드 등을 포함할 수 있다. 웹 서버(105)는 메타 데이터에 포함된 제1 URL의 대표 이미지에 대한 링크 필드를 제2 URL로 설정함으로써, 제2 URL을 대상 단말(101)에 제공할 수 있다.The web server 105 provides metadata including the second URL generated in step 140 to the target terminal 101 (145). The metadata may include a text field such as a title, a description of a first URL, a link field for a representative image of the first URL, and the like. The web server 105 can provide the second URL to the target terminal 101 by setting the link field for the representative image of the first URL included in the meta data to the second URL.

대상 단말(101)은 단계(145)에서 수신한 메타 데이터에 포함된 제2 URL을 기초로, 스크린 샷 서버(107)에게 제1 URL의 미리보기 정보를 위한 이미지를 요청한다(150). 예를 들어, 대상 단말(101)은 제2 URL에 접속함으로써 스크린 샷 서버(107)에게 제1 URL의 미리보기 정보를 위한 이미지를 요청할 수 있다. 이때, 제1 URL의 미리보기 정보를 위한 이미지는 단계(120)에서 사용자가 공유 버튼의 선택을 통해 웹 페이지에서 공유를 요청한 영역에 해당하는 이미지일 수 있다. The target terminal 101 requests the screen shot server 107 for an image for preview information of the first URL based on the second URL included in the metadata received in step 145. For example, the target terminal 101 can request an image for preview information of the first URL to the screen shot server 107 by connecting to the second URL. At this time, the image for the preview information of the first URL may be an image corresponding to the area requested by the user to share in the web page through the selection of the sharing button in step 120. [

스크린 샷 서버(107)는 제1 URL을 이용하여 웹 서버(105)에게 접속함으로써 이미지 생성을 위한 해당 웹 페이지를 웹 서버(105)에게 요청할 수 있다(155). 이때, 스크린 샷 서버(107)는 예를 들어, 가상 브라우저를 이용하여 웹 서버(105)의 주소 및 공유 요청된 영역의 식별 정보를 포함하는 제1 URL에 접속할 수 있다. The screen shot server 107 can access the web server 105 using the first URL and request the corresponding web page for image creation to the web server 105 in operation 155. At this time, the screen shot server 107 can access the first URL including the address of the web server 105 and the identification information of the region requested to be shared, for example, using a virtual browser.

웹 서버(105)는 단계(155)의 요청에 응답하여, 웹 페이지를 구성할 수 있다(160). 이때, 웹 서버(105)는 제1 URL에 포함된 식별 정보를 이용하여 공유 요청에 대응하는 영역 또는 항목이 미리 정해진 위치(예를 들어, 맨 위)에 노출되도록 웹 페이지를 구성할 수 있다. 웹 서버(105)의 보다 구체적인 동작 방법은 도 4를 참조하여 설명한다.In response to the request of step 155, the web server 105 may configure 160 a web page. At this time, the web server 105 may configure the web page such that an area or item corresponding to the sharing request is exposed at a predetermined position (for example, the top) using the identification information included in the first URL. A more specific operation method of the Web server 105 will be described with reference to FIG.

웹 서버(150)는 단계(160)에서 구성한 웹 페이지를 스크린 샷 서버(107)에게 제공한다(165). 스크린 샷 서버(107)는 단계(165)에서 수신한 웹 페이지의 미리 정해진 위치(예를 들어, 맨 위)에 있는 영역 또는 항목을 캡쳐할 수 있다(170). 스크린 샷 서버(107)의 보다 구체적인 동작 방법은 도 5를 참조하여 설명한다. The web server 150 provides the web page configured in step 160 to the screen shot server 107 (165). The screen shot server 107 may capture an area or item at a predetermined location (e.g., the top) of the web page received at step 165 (170). A more specific operation method of the screen shot server 107 will be described with reference to FIG.

스크린 샷 서버(107)는 단계(170)에서 캡쳐한 이미지를 대상 단말(101)에게 제공할 수 있다(175). 대상 단말(101)은 수신된 이미지를 예를 들어, 도 3의 화면(310)과 같이 노출(표시)할 수 있다(180). 예를 들어, 대상 단말(101)에 설치된 소셜 네트워크 서비스 혹은 인스턴트 메시징 서비스를 제공하는 어플리케이션은 수신된 이미지를 게시글, 댓글, 또는 인스턴트 메시지의 형태로 표시할 수 있다. 이미지 캡쳐를 기반으로 공유 요청된 항목이 공유되므로, 대상 단말(101)에 공유되는 항목은 단계(120)에서 사용자가 공유 버튼을 선택한 때에 웹 페이지에 노출되는 항목과 완전히 동일하게 표시될 수 있다. The screen shot server 107 may provide the captured image in step 170 to the target terminal 101 (175). The target terminal 101 may expose (display) the received image as shown, for example, in the screen 310 of FIG. 3 (180). For example, an application providing a social network service or an instant messaging service installed in the target terminal 101 may display the received image in the form of a post, a comment, or an instant message. An item shared with the target terminal 101 may be displayed in exactly the same manner as an item exposed on the web page when the user selects the share button in step 120 since the item requested to be shared is shared based on the image capture.

또한, 대상 단말(101)은 메타 데이터에 포함된 텍스트 필드(예를 들어, 제목, 설명문구 등)를 이미지와 함께 표시할 수 있다.In addition, the target terminal 101 can display a text field (e.g., title, description text, etc.) included in the metadata together with the image.

도면에 도시하지 않았으나, 대상 단말(101)의 사용자는 공유된 항목을 선택함으로써 제1 URL에 접속할 수 있다. 이 경우, 웹 서버(105)는 스크린 샷 서버(107)에 제공했던 것과 동일한 형태의 웹 페이지를 응답할 수 있다. 예를 들어, 웹 서버(105)는 공유 요청된 항목이 미리 정해진 위치(예를 들어, 맨 위)로 배치된 웹 페이지를 응답할 수 있다. 또한, 제1 URL에 검색 쿼리가 포함되어 있는 경우, 웹 서버(105)는 공유 요청된 항목 이외의 영역에 검색 쿼리에 의한 검색 결과들을 노출하는 웹 페이지를 응답할 수 있다.Although not shown in the drawing, the user of the target terminal 101 can access the first URL by selecting a shared item. In this case, the web server 105 can respond to web pages of the same type as that provided to the screen shot server 107. For example, the web server 105 may respond to a web page in which the item requested to be shared has been placed at a predetermined position (e.g., at the top). Also, when the first URL includes a search query, the web server 105 may respond to a web page that exposes search results by a search query in an area other than the items requested to be shared.

도 4는 일 실시예에 따른 디지털 컨텐츠의 공유를 위한 웹 서버의 동작 방법을 나타낸 흐름도이다. 도 4를 참조하면, 일 실시예에 따른 웹 서버는 제1 URL의 미리보기 정보에 대한 메타 데이터의 요청을 수신한다(410). 제1 URL은 웹 브라우저를 통해 웹 페이지를 제공하는 웹 서버의 주소 및 웹 페이지에서 공유 요청에 대응하는 영역을 지정하는 식별 정보를 포함한다.4 is a flowchart illustrating a method of operating a web server for sharing digital contents according to an exemplary embodiment of the present invention. Referring to FIG. 4, a web server according to an exemplary embodiment receives a request for metadata of preview information of a first URL (410). The first URL includes the address of the web server providing the web page through the web browser and the identification information specifying the region corresponding to the sharing request in the web page.

웹 서버는 단계(410)에 앞서, 공유 요청을 위한 사용자 인터페이스를 웹 브라우저를 통해 사용자에게 제공할 수 있다. 사용자 인터페이스는 웹 브라우저를 통해 제공된 웹 페이지의 복수의 항목들 중 어느 한 항목에 대한 사용자의 공유 요청을 수용하기 위한 것일 수 있다. 제1 URL은 사용자 인터페이스에 대한 사용자의 선택에 응답하여, 웹 브라우저에 의해 생성된 것일 수 있다. Prior to step 410, the web server may provide a user interface for the sharing request to the user via a web browser. The user interface may be for accepting a user's sharing request for any one of a plurality of items of a web page provided through a web browser. The first URL may be one generated by the web browser, in response to the user's selection of the user interface.

웹 서버는 단계(410)의 메타 데이터의 요청에 응답하여, 웹 페이지에서 공유 요청에 대응하는 영역을 캡쳐하는 스크린 샷 서버의 주소 및 제1 URL을 포함하는 제2 URL을 생성한다(420). 웹 서버는 단계(420)에서 생성한 제2 URL을 포함하는 메타 데이터를 대상 단말에게 제공한다(430). In response to the request for the metadata in step 410, the web server generates 420 a second URL that includes the address and the first URL of the screenshot server that captures the area corresponding to the sharing request in the web page. The web server provides the metadata including the second URL generated in step 420 to the target terminal (430).

또한, 도면에 도시하지 않았으나, 웹 서버는 제2 URL에 접속한 대상 단말의 이미지 요청에 따른 스크린 샷 서버의 제1 URL로의 접속에 응답하여, 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출되도록 웹 페이지를 구성할 수 있다. 웹 서버는 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출된 웹 페이지를 스크린 샷 서버에게 제공할 수 있다. In addition, although not shown in the drawing, the web server responds to the connection to the first URL of the screen shot server according to the image request of the target terminal connected to the second URL so that the region corresponding to the sharing request is exposed at the predetermined position Web pages can be configured. The web server can provide a web page to the screen shot server in which a region corresponding to the sharing request is exposed at a predetermined position.

도 5는 일 실시예에 따른 디지털 컨텐츠의 공유를 위한 스크린 샷 서버의 동작 방법을 나타낸 흐름도이다. 도 5를 참조하면, 일 실시예에 따른 스크린 샷 서버는 대상 단말로부터 제1 URL 및 스크린 샷 서버의 주소를 포함하는 제2 URL을 수신한다(510). 5 is a flowchart illustrating a method of operating a screen shot server for sharing digital contents according to an exemplary embodiment of the present invention. Referring to FIG. 5, the screen shot server according to an exemplary embodiment receives a first URL from a target terminal and a second URL including an address of the screen shot server (510).

스크린 샷 서버는 가상 브라우저를 이용하여 제1 URL에 접속한다(520). 이때, 스크린 샷 서버는 단계(510)에서 수신한 제2 URL에서 자신(스크린 샷 서버)의 주소를 제거할 수 있다. 스크린 샷 서버는 자신의 주소를 제거하고 남은 제1 URL에 접속함으로써 이미지 생성을 위한 해당 웹 페이지를 호출할 수 있다. The screen shot server accesses the first URL using the virtual browser (520). At this time, the screen shot server can remove the address of itself (screen shot server) from the second URL received in step 510. The screen shot server can call the corresponding web page for image generation by removing its address and connecting to the remaining first URL.

스크린 샷 서버는 제1 URL로의 접속에 응답하여, 웹 서버로부터 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출되는 웹 페이지를 수신한다(530). 스크린 샷 서버는 단계(530)에서 수신한 웹 페이지에서 미리 정해진 위치에 기초하여, 공유 요청에 대응하는 영역을 캡쳐한다(540). In response to the connection to the first URL, the screen shot server receives (530) a web page from the web server in which a region corresponding to the sharing request is exposed at a predetermined location. The screen shot server captures (540) the area corresponding to the sharing request based on the predetermined location in the web page received in step 530.

도면에 도시하지 않았으나, 스크린 샷 서버는 캡쳐한 이미지를 캐싱할 수 있다. 스크린 샷 서버는 단계(540)에서 캡쳐한 이미지를 캐싱함으로써, 이후 캡쳐한 이미지에 대한 재요청 시에 별도의 캡쳐 과정 없이 단계(540)에서 캡쳐한 이미지를 그대로 제공할 수 있다. Although not shown in the drawing, the screen shot server can cache the captured image. The screen shot server may cache the captured image in step 540 and provide the captured image in step 540 without further capturing in subsequent requests for the captured image.

스크린 샷 서버는 단계(540)에서 캡쳐한 이미지를 대상 단말에게 전송한다(550).The screen shot server transmits the image captured in step 540 to the target terminal (550).

도 6은 다른 실시예에 따른 디지털 컨텐츠의 공유를 위한 시스템의 구성 및 동작을 설명하기 위한 도면이다. 도 6을 참조하면, 일 실시예에 따른 웹 브라우저에 의해 생성된 URL의 미리보기 정보에 대한 메타 데이터를 기초로, 스크린 샷 서버에 의해 캡쳐된 이미지가 URL의 미리 보기 정보를 위한 이미지로 제공되는 실시예가 도시된다. 6 is a diagram for explaining the configuration and operation of a system for sharing digital contents according to another embodiment. Referring to FIG. 6, the image captured by the screen shot server is provided as an image for preview information of the URL, based on the metadata of the preview information of the URL generated by the web browser according to the embodiment An embodiment is shown.

다른 실시예에 따른 시스템(600)은 대상 단말(601), 웹 브라우저(603), 웹 서버(605) 및 스크린 샷 서버(607)를 포함한다.The system 600 according to another embodiment includes a target terminal 601, a web browser 603, a web server 605, and a screen shot server 607.

대상 단말(601)은 웹 브라우저(603)를 통해 제공된 웹 페이지에서 사용자가 공유 하고자 하는 내용에 대한 공유 요청의 대상이 되는 단말에 해당할 수 있다. 대상 단말(601)은 사용자 본인의 단말일 수도 있고, 타인의 단말일 수도 있다. 대상 단말(601)에 설치된 어플리케이션은 웹 서버(605)의 운영주체에 의하여 사전에 규약된 공유 프로토콜을 처리할 수 있다. 이 경우, 대상 단말(601)은 오픈 API를 사용하는 대신 전용 API를 이용함으로써 공유 프로세스가 간소화될 수 있다.The target terminal 601 may correspond to a terminal subject to a sharing request for content to be shared by a user on a web page provided through the web browser 603. [ The target terminal 601 may be a terminal of the user himself or a terminal of another person. The application installed in the target terminal 601 can process the shared protocol pre-contracted by the operating entity of the web server 605. [ In this case, the target terminal 601 can simplify the sharing process by using the dedicated API instead of using the open API.

웹 브라우저(603)는 URL의 미리보기 정보에 대한 메타 데이터를 생성하여 대상 단말(601)에게 제공할 수 있다. 아래에서 상세히 설명하겠으나, 웹 브라우저(603)는 사용자의 공유 요청에 반응하여, 제2 URL을 포함하는 메타 데이터를 대상 단말(601)에 전달할 수 있다.The web browser 603 may generate metadata for the preview information of the URL and provide it to the target terminal 601. [ As will be described in detail below, the web browser 603 may transmit the metadata including the second URL to the target terminal 601 in response to the sharing request of the user.

웹 서버(605)는 제1 URL로의 접속 요청을 도 1의 시나리오에서와 동일하게 처리하며, 스크린 샷 서버(607)는 제1 URL의 미리보기 정보를 위한 이미지 요청을 도 1의 시나리오에서와 동일하게 처리한다. The web server 605 processes the connection request to the first URL in the same manner as in the scenario of Fig. 1, and the screen shot server 607 requests the image request for the preview information of the first URL to be the same as in the scenario of Fig. .

이하, 도 1의 시나리오와 다르게 동작하는 단계들을 위주로, 시스템(600)의 구성 요소들의 동작을 설명한다. Hereinafter, the operation of the components of the system 600 will be described focusing on steps that operate differently from the scenario of FIG.

웹 서버(605)는 웹 브라우저(603)로부터 웹 페이지의 요청을 수신하고(610), 웹 페이지를 웹 브라우저(603)에게 제공한다(615).The web server 605 receives a request for a web page from the web browser 603 (610), and provides the web page to the web browser 603 (615).

웹 브라우저(603)를 통해 제공된 웹 페이지의 화면에서 사용자에 의해 공유 버튼이 선택되면(620), 웹 브라우저(603)는 공유 버튼에 대한 사용자의 선택에 응답하여 제1 URL을 포함하는 제2 URL을 생성한다(625). 제2 URL은 제1 URL, 및 스크린 샷 서버의 주소를 포함한다. 또한, 제1 URL은 웹 페이지를 제공하는 웹 서버의 주소, 및 웹 페이지에서 공유 요청에 대응하는 영역을 지정하는 식별 정보를 포함한다. If a sharing button is selected by the user on the screen of the web page provided through the web browser 603 (620), the web browser 603 responds to the user's selection of the sharing button to select the second URL including the first URL (625). The second URL includes the first URL, and the address of the screen shot server. Further, the first URL includes an address of a web server providing a web page, and identification information specifying an area corresponding to the sharing request in the web page.

웹 브라우저(603)는 단계(625)에서 생성한 제2 URL을 포함하는 메타 데이터를 대상 단말(601)에게 제공한다(630). 웹 브라우저(603)는 웹 서버(605)에 의하여 제공되는 웹 페이지에 삽입된 스크립트 등에 의하여 구동될 수 있다. 웹 브라우저(603)의 구체적인 동작은 도 7을 참조하여 설명한다. The web browser 603 provides the metadata including the second URL generated in step 625 to the target terminal 601 (630). The web browser 603 may be driven by a script inserted in a web page provided by the web server 605 or the like. The specific operation of the web browser 603 will be described with reference to Fig.

대상 단말(601)은 단계(630)에서 수신한 메타 데이터에 포함된 제2 URL에 접속함으로써, 스크린 샷 서버(607)에게 제1 URL의 미리보기 정보를 위한 이미지를 요청한다(635). 대상 단말(601)의 구체적인 동작은 도 8을 참조하여 설명한다. The target terminal 601 requests the screen shot server 607 for an image for preview information of the first URL by accessing the second URL included in the metadata received in step 630 (635). The specific operation of the target terminal 601 will be described with reference to Fig.

이후, 단계(640) 내지 단계(675)는 도 1의 단계(155) 내지 단계(180)에 대응하므로, 보다 상세한 설명은 생략한다.Hereinafter, steps 640 to 675 correspond to steps 155 to 180 of FIG. 1, and therefore, detailed description will be omitted.

도 7은 다른 실시예에 따른 디지털 컨텐츠의 공유를 위한 웹 브라우저의 동작 방법을 나타낸 흐름도이다. 도 7을 참조하면, 일 실시예에 따른 웹 브라우저는 웹 브라우저를 통해 제공되는 웹 페이지의 복수의 항목들 중 어느 한 항목에 대한 사용자의 공유 요청을 수용하기 위한 사용자 인터페이스를 제공한다(710). 7 is a flowchart illustrating an operation method of a web browser for sharing digital contents according to another embodiment. Referring to FIG. 7, a web browser according to an exemplary embodiment provides a user interface (710) for accepting a user's sharing request for any one of a plurality of items of a web page provided through a web browser.

웹 브라우저는 사용자 인터페이스에 대한 사용자의 선택에 응답하여, 제1 URL, 및 스크린 샷 서버의 주소를 포함하는 제2 URL을 생성한다(720). 제1 URL은 웹 브라우저를 통해 웹 페이지를 제공하는 웹 서버의 주소, 및 웹 페이지에서 공유 요청에 대응하는 영역을 지정하는 식별 정보를 포함한다. 스크린 샷 서버는 웹 페이지에서 공유 요청에 대응하는 영역을 캡쳐한 이미지를 제공할 수 있다. In response to the user's selection of the user interface, the web browser generates 720 a first URL and a second URL containing the address of the screenshot server. The first URL includes an address of a web server providing a web page through a web browser, and identification information specifying an area corresponding to the sharing request in the web page. The screenshot server can provide an image that captures the area corresponding to the sharing request in the web page.

웹 브라우저는 대상 단말에게 제2 URL을 포함하는 메타 데이터를 제공한다(730).The web browser provides metadata including the second URL to the target terminal (730).

도 8은 다른 실시예에 따른 검색 결과의 공유를 위한 대상 단말의 동작 방법을 나타낸 흐름도이다. 도 8을 참조하면, 일 실시예에 따른 대상 단말은 웹 브라우저로부터, 제1 URL 및 스크린 샷 서버의 주소로 구성된 제2 URL을 포함하는 메타 데이터를 수신한다(810). 대상 단말은 제2 URL에 접속함으로써, 스크린 샷 서버에게 제1 URL의 미리보기 정보를 위한 이미지를 요청한다(820).8 is a flowchart illustrating an operation method of a target terminal for sharing search results according to another embodiment. Referring to FIG. 8, a target terminal according to an exemplary embodiment receives metadata including a first URL and a second URL including an address of a screen shot server from a web browser (operation 810). The target terminal accesses the second URL and requests an image for preview information of the first URL to the screen shot server (820).

대상 단말은 단계(820)의 이미지 요청에 응답하여, 스크린 샷 서버로부터 공유 요청에 대응하는 영역을 캡쳐한 이미지를 수신한다(830). 캡쳐한 이미지는 스크린 샷 서버가 가상 브라우저를 이용하여 제1 URL에 접속함으로써 웹 서버로부터 수신한 웹 페이지로부터 캡쳐된 것일 수 있다. 이때, 웹 페이지에서는 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출될 수 있다. 대상 단말은 수신된 이미지를 표시한다(840).In response to the image request of step 820, the target terminal receives 830 the captured image of the area corresponding to the sharing request from the screen shot server. The captured image may be captured from a web page received from the web server by the screen shot server accessing the first URL using a virtual browser. At this time, in the web page, the area corresponding to the sharing request may be exposed at a predetermined position. The target terminal displays the received image (840).

도면에 도시하지 않았으나, 일 실시예에 따른 웹 서버 및 스크린 샷 서버는 별도의 서버로 구현되거나, 단일 서버로 구현될 수 있다. 각 서버는 예를 들어, 단일의 서버 컴퓨터 또는 이와 유사한 시스템이거나, 또는 하나 이상의 서버 뱅크들(server banks) 또는 그 외 다른 배열들로 배열되는 복수의 서버들일 수 있다. 웹 서버는 단일 시설에 놓일 수도 있고, 혹은 많은 서로 다른 지리적 위치들 간에 분산된 서버 "클라우드(cloud)"일 수도 있다.Although not shown in the drawings, the web server and the screen shot server according to one embodiment may be implemented as separate servers or a single server. Each server may be, for example, a single server computer or similar system, or a plurality of servers arranged in one or more server banks or other arrangements. The web server may be in a single facility or it may be a server " cloud " distributed across many different geographic locations.

각 서버는 프로세서, 통신 인터페이스 및 메모리를 포함할 수 있다. 프로세서, 메모리 및 통신 인터페이스는 통신 버스를 통해 서로 연결될 수 있다. Each server may include a processor, a communication interface, and a memory. The processor, memory and communication interface may be interconnected via a communication bus.

프로세서는 도 1 내지 도 8을 통해 전술한 적어도 하나의 방법 또는 적어도 하나의 방법에 대응되는 알고리즘을 수행할 수 있다. The processor may perform an algorithm corresponding to at least one method or at least one method described above with respect to Figures 1-8.

프로세서에 의하여 실행되는 프로그램 코드는 메모리에 저장될 수 있다. 또한, 메모리는 데이터베이스를 저장할 수 있다. 메모리는 휘발성 메모리 및 비휘발성 메모리를 포함할 수 있다. 메모리는 프로세서로부터 원격에 위치하는 적어도 하나의 저장 장치를 선택적으로 포함할 수 있다. The program code executed by the processor may be stored in a memory. Also, the memory can store the database. The memory may include volatile memory and non-volatile memory. The memory may optionally include at least one storage device remotely located from the processor.

이상에서 설명된 실시예들은 하드웨어 구성요소, 소프트웨어 구성요소, 및/또는 하드웨어 구성요소 및 소프트웨어 구성요소의 조합으로 구현될 수 있다. 예를 들어, 실시예들에서 설명된 장치, 방법 및 구성요소는, 예를 들어, 프로세서, 콘트롤러, 중앙 처리 장치(Central Processing Unit; CPU), 그래픽 프로세싱 유닛(Graphics Processing Unit; GPU), ALU(arithmetic logic unit), 디지털 신호 프로세서(digital signal processor), 마이크로컴퓨터, FPGA(field programmable gate array), PLU(programmable logic unit), 마이크로프로세서, 주문형 집적 회로(Application Specific Integrated Circuits; ASICS), 또는 명령(instruction)을 실행하고 응답할 수 있는 다른 어떠한 장치와 같이, 하나 이상의 범용 컴퓨터 또는 특수 목적 컴퓨터를 이용하여 구현될 수 있다. The embodiments described above may be implemented in hardware components, software components, and / or a combination of hardware components and software components. For example, the apparatuses, methods, and components described in the embodiments may be implemented by, for example, a processor, a controller, a central processing unit (CPU), a graphics processing unit (GPU) arithmetic logic unit, a digital signal processor, a microcomputer, a field programmable gate array (FPGA), a programmable logic unit (PLU), a microprocessor, Application Specific Integrated Circuits (ASICS) may be implemented using one or more general purpose or special purpose computers, such as any other device capable of executing and responding to instructions.

실시예에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method according to an embodiment may be implemented in the form of a program command that can be executed through various computer means and recorded in a computer-readable medium. The computer-readable medium may include program instructions, data files, data structures, and the like, alone or in combination. The program instructions to be recorded on the medium may be those specially designed and configured for the embodiments or may be available to those skilled in the art of computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Magneto-optical media, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like. The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.

이상과 같이 비록 한정된 도면에 의해 실시예들이 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기의 기재로부터 다양한 수정 및 변형이 가능하다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다. 그러므로, 다른 구현들, 다른 실시예들 및 특허청구범위와 균등한 것들도 후술하는 특허청구범위의 범위에 속한다.Although the preferred embodiments of the present invention have been disclosed for illustrative purposes, those skilled in the art will appreciate that various modifications, additions and substitutions are possible, without departing from the scope and spirit of the invention as disclosed in the accompanying claims. For example, it is to be understood that the techniques described may be performed in a different order than the described methods, and / or that components of the described systems, structures, devices, circuits, Lt; / RTI > or equivalents, even if it is replaced or replaced. Therefore, other implementations, other embodiments, and equivalents to the claims are also within the scope of the following claims.

Claims (20)

웹 페이지(web page)를 제공하는 웹 서버(web server)의 주소 및 상기 웹 페이지에서 공유 요청에 대응하여 캡쳐될 영역을 지정하는 식별 정보를 포함하는 제1 URL의 미리보기 정보에 대한 메타 데이터(metadata)의 요청을 수신하는 단계;
상기 메타 데이터의 요청에 응답하여, 상기 웹 페이지에서 상기 공유 요청에 대응하는 영역을 캡쳐하는 스크린 샷 서버의 주소 및 상기 제1 URL을 포함하는 제2 URL을 생성하는 단계; 및
상기 제2 URL을 포함하는 메타 데이터를 제공하는 단계
를 포함하는, 웹 서버의 동작 방법.
Metadata about preview information of a first URL including an address of a web server providing a web page and identification information specifying an area to be captured in response to a sharing request in the web page receiving a request for metadata;
Generating an address of a screen shot server that captures an area corresponding to the sharing request in the web page and a second URL including the first URL in response to the request of the metadata; And
Providing metadata including the second URL
Gt; a < / RTI > web server.
제1항에 있어서,
상기 제2 URL에 접속한 대상 단말의 이미지 요청에 따른 상기 스크린 샷 서버의 상기 제1 URL로의 접속에 응답하여, 상기 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출되도록 웹 페이지를 구성하는 단계; 및
상기 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출된 웹 페이지를 상기 스크린 샷 서버에게 제공하는 단계
를 더 포함하는, 웹 서버의 동작 방법.
The method according to claim 1,
Configuring a web page such that an area corresponding to the sharing request is exposed at a predetermined position in response to the connection of the screen shot server to the first URL according to an image request of the target terminal connected to the second URL; And
Providing a web page having the region corresponding to the sharing request exposed at a predetermined position to the screen shot server
Further comprising the steps of:
제2항에 있어서,
상기 웹 페이지를 구성하는 단계는
상기 제1 URL에 포함된 상기 식별 정보를 이용하여 상기 제1 URL에 의하여 지시되는 웹 페이지에서 상기 공유 요청에 대응하는 영역을 결정하는 단계
를 포함하는, 웹 서버의 동작 방법.
3. The method of claim 2,
The step of configuring the web page
Determining an area corresponding to the sharing request in a web page indicated by the first URL using the identification information included in the first URL
Gt; a < / RTI > web server.
제1항에 있어서,
상기 식별 정보는
상기 웹 페이지에 해당하는 문서(documents)의 식별자, 및 상기 문서에 포함된 복수의 항목들 중 사용자에 의해 공유 요청된 항목의 식별자를 포함하는, 웹 서버의 동작 방법.
The method according to claim 1,
The identification information
An identifier of a document corresponding to the web page, and an identifier of an item requested to be shared by a user among a plurality of items included in the document.
제1항에 있어서,
상기 웹 페이지는
특정 쿼리에 대한 검색 결과를 포함하는, 웹 서버의 동작 방법.
The method according to claim 1,
The web page
A method of operation of a web server that includes search results for a particular query.
제5항에 있어서,
상기 제1 URL은
상기 검색 결과를 도출하기 위한 검색 쿼리를 더 포함하는, 웹 서버의 동작 방법.
6. The method of claim 5,
The first URL
Further comprising a search query for deriving the search result.
제1항에 있어서,
상기 웹 페이지의 복수의 항목들 중 어느 한 항목에 대한 사용자의 공유 요청을 수용하기 위한 사용자 인터페이스를 웹 브라우저를 통해 상기 사용자에게 제공하는 단계
를 더 포함하는, 웹 서버의 동작 방법.
The method according to claim 1,
Providing a user interface to a user via a web browser to accept a user ' s sharing request for any one of a plurality of items of the web page
Further comprising the steps of:
제7항에 있어서,
상기 제1 URL은
상기 사용자 인터페이스에 대한 상기 사용자의 선택에 응답하여, 상기 웹 브라우저에 의해 생성되는, 웹 서버의 동작 방법.
8. The method of claim 7,
The first URL
And in response to the user's selection of the user interface, is generated by the web browser.
제1항에 있어서,
상기 메타 데이터의 요청을 수신하는 단계는
상기 웹 페이지를 통해 제공된 컨텐츠에 대한 사용자의 공유 요청에 응답하여, 대상 단말로부터 상기 메타 데이터의 요청을 수신하는 단계
를 포함하는, 웹 서버의 동작 방법.
The method according to claim 1,
The step of receiving a request for the metadata
Receiving a request for the meta data from a target terminal in response to a user's sharing request for the content provided through the web page
Gt; a < / RTI > web server.
웹 페이지를 제공하는 웹 서버의 주소 및 상기 웹 페이지에서 공유 요청에 대응하여 캡쳐될 영역을 지정하는 식별 정보를 포함하는 제1 URL, 및 스크린 샷 서버의 주소를 포함하는 제2 URL로의 접속 요청을 수신하는 단계;
상기 제1 URL에 접속하는 단계;
상기 제1 URL로의 접속에 응답하여 상기 웹 서버로부터 상기 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출되는 웹 페이지를 수신하는 단계;
상기 미리 정해진 위치에 기초하여, 상기 공유 요청에 대응하는 영역을 캡쳐하는 단계; 및
상기 캡쳐한 이미지를 전송하는 단계
를 포함하는, 스크린 샷 서버의 동작 방법.
A first URL including an address of a web server providing a web page and identification information specifying an area to be captured corresponding to a sharing request in the web page and a request for access to a second URL including an address of the screen shot server Receiving;
Connecting to the first URL;
Receiving a web page from the web server in response to a connection to the first URL, wherein a region corresponding to the sharing request is exposed at a predetermined location;
Capturing an area corresponding to the sharing request based on the predetermined position; And
Transmitting the captured image
Gt; a < / RTI > screen shot server.
제10항에 있어서,
상기 제1 URL에 접속하는 단계는
가상 브라우저를 이용하여 상기 제2 URL에 포함된 상기 제1 URL에 접속하는 단계
를 포함하는, 스크린 샷 서버의 동작 방법.
11. The method of claim 10,
The step of connecting to the first URL
Accessing the first URL included in the second URL using a virtual browser
Gt; a < / RTI > screen shot server.
제10항에 있어서,
상기 웹 페이지는
특정 쿼리에 대한 검색 결과를 포함하고,
상기 제1 URL은
상기 검색 결과를 도출하기 위한 검색 쿼리를 더 포함하는, 스크린 샷 서버의 동작 방법.
11. The method of claim 10,
The web page
Include search results for a particular query,
The first URL
Further comprising a search query for deriving the search result.
제10항에 있어서,
상기 캡쳐한 이미지를 캐싱(caching)하는 단계; 및
미리 정해진 시간 이내에 상기 제2 URL과 동일한 URL을 통한 접속 요청이 수신되는 경우, 상기 캐싱된 이미지를 전송하는 단계
를 더 포함하는, 스크린 샷 서버의 동작 방법.
11. The method of claim 10,
Caching the captured image; And
When a connection request through the same URL as the second URL is received within a predetermined time, transmitting the cached image
Further comprising the steps of:
웹 페이지의 복수의 항목들 중 어느 한 항목에 대한 사용자의 공유 요청을 수용하기 위한 사용자 인터페이스를 제공하는 단계;
상기 사용자 인터페이스에 대한 사용자의 선택에 응답하여, 상기 웹 페이지를 제공하는 웹 서버의 주소 및 상기 웹 페이지에서 상기 공유 요청에 대응하여 캡쳐될 영역을 지정하는 식별 정보를 포함하는 제1 URL, 및 스크린 샷 서버의 주소를 포함하는 제2 URL을 생성하는 단계; 및
대상 단말에게 상기 제2 URL을 포함하는 메타 데이터를 제공하는 단계
를 포함하는, 웹 브라우저의 동작 방법.
Providing a user interface for accepting a user's sharing request for any one of a plurality of items of a web page;
A first URL including an address of a web server providing the web page and identification information designating an area to be captured corresponding to the sharing request in the web page in response to the user's selection of the user interface, Generating a second URL including an address of the shot server; And
Providing the target terminal with metadata including the second URL
Gt; a < / RTI > web browser.
제14항에 있어서,
상기 식별 정보는
상기 웹 페이지에 해당하는 문서(documents)의 식별자, 및 상기 문서에 포함된 복수의 항목들 중 상기 사용자에 의해 공유 요청된 항목의 식별자를 포함하는, 웹 브라우저의 동작 방법.
15. The method of claim 14,
The identification information
An identifier of a document corresponding to the web page, and an identifier of an item shared by the user among a plurality of items included in the document.
제14항에 있어서,
상기 스크린 샷 서버는
상기 웹 페이지에서 상기 공유 요청에 대응하는 영역을 캡쳐한 이미지를 제공하는, 웹 브라우저의 동작 방법.
15. The method of claim 14,
The screen shot server
And providing an image captured in the web page corresponding to the sharing request.
웹 페이지를 제공하는 웹 서버의 주소 및 상기 웹 페이지에서 공유 요청에 대응하여 캡쳐될 영역을 지정하는 식별 정보를 포함하는 제1 URL, 및 스크린 샷 서버의 주소로 구성된 제2 URL을 포함하는 메타 데이터를 수신하는 단계;
상기 제2 URL에 접속함으로써, 상기 스크린 샷 서버에게 제1 URL의 미리보기 정보를 위한 이미지를 요청하는 단계;
상기 이미지 요청에 응답하여, 상기 스크린 샷 서버로부터 상기 공유 요청에 대응하는 영역을 캡쳐한 이미지를 수신하는 단계; 및
상기 제1 URL에 대응하여, 상기 캡쳐한 이미지를 표시하는 단계
를 포함하는, 대상 단말의 동작 방법.
A first URL including an address of a web server providing a web page and identification information specifying an area to be captured in response to a sharing request in the web page, and a second URL composed of an address of the screen shot server ;
Requesting an image for preview information of a first URL to the screen shot server by accessing the second URL;
Receiving, in response to the image request, an image capturing an area corresponding to the sharing request from the screen shot server; And
Displaying the captured image corresponding to the first URL,
The method comprising the steps of:
제17항에 있어서,
상기 캡쳐한 이미지는
상기 스크린 샷 서버가 가상 브라우저를 이용하여 상기 제1 URL에 접속함으로써 상기 웹 서버로부터 수신한, 상기 공유 요청에 대응하는 영역이 미리 정해진 위치에 노출되는 웹 페이지로부터 캡쳐된 것인, 대상 단말의 동작 방법.
18. The method of claim 17,
The captured image
Wherein the screen shot server is captured from a web page that is received from the web server by accessing the first URL using a virtual browser and the region corresponding to the sharing request is exposed at a predetermined position, Way.
제17항에 있어서,
상기 제2 URL을 포함하는 메타 데이터를 수신하는 단계는
웹 브라우저를 통해 제공되는 웹 페이지의 복수의 항목들 중 어느 한 항목에 대한 사용자의 공유 요청에 따라, 상기 웹 브라우저로부터 상기 제2 URL을 포함하는 메타 데이터를 수신하는 단계
를 포함하는, 대상 단말의 동작 방법.
18. The method of claim 17,
The step of receiving the metadata including the second URL
Receiving metadata including the second URL from the web browser according to a user's sharing request for any one of a plurality of items of the web page provided through the web browser
The method comprising the steps of:
하드웨어와 결합되어 제1항 내지 제19항 중 어느 하나의 항의 방법을 실행시키기 위하여 매체에 저장된 컴퓨터 프로그램.19. A computer program stored in a medium for executing the method of any one of claims 1 to 19 in combination with hardware.
KR1020170028473A 2017-03-06 2017-03-06 Operating method of web server, screen shot server, web browser and target terminal for sharing digital contents KR101913567B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170028473A KR101913567B1 (en) 2017-03-06 2017-03-06 Operating method of web server, screen shot server, web browser and target terminal for sharing digital contents

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170028473A KR101913567B1 (en) 2017-03-06 2017-03-06 Operating method of web server, screen shot server, web browser and target terminal for sharing digital contents

Publications (2)

Publication Number Publication Date
KR20180101913A KR20180101913A (en) 2018-09-14
KR101913567B1 true KR101913567B1 (en) 2018-10-31

Family

ID=63599556

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170028473A KR101913567B1 (en) 2017-03-06 2017-03-06 Operating method of web server, screen shot server, web browser and target terminal for sharing digital contents

Country Status (1)

Country Link
KR (1) KR101913567B1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112579948A (en) * 2019-09-29 2021-03-30 北京国双科技有限公司 Webpage screenshot method and device, storage medium and electronic equipment
WO2021177804A1 (en) * 2020-03-06 2021-09-10 허인 Information sharing apparatus and information sharing method
CN111814086A (en) * 2020-07-13 2020-10-23 杭州数澜科技有限公司 Method and system for screenshot of webpage

Also Published As

Publication number Publication date
KR20180101913A (en) 2018-09-14

Similar Documents

Publication Publication Date Title
US11546418B2 (en) Method, client, server, and system for sharing content
US10262300B2 (en) Presenting image previews in electronic messages
US20230208937A1 (en) Methods and apparatus to supplement web crawling with cached data from distributed devices
KR101477763B1 (en) Message catalogs for remote modules
US9813479B2 (en) Browser with video display history
US20200293178A1 (en) An electronic device and method for multi-view browsing in an augmented reality environment
US20140075287A1 (en) Methods for facilitating web page image hotspots and devices thereof
US20180034925A1 (en) Providing supplemental content in relation to embedded media
US10044661B2 (en) Social media message delivery based on user location
EP2831714A2 (en) Method and system to provide a scroll map
US20140201616A1 (en) Cross-platform embeddable media player
US9838487B2 (en) Method and system for mapping, tracking, and transporting of content data on a webpage
KR101913567B1 (en) Operating method of web server, screen shot server, web browser and target terminal for sharing digital contents
US20130132823A1 (en) Metadata augmentation of web pages
CN102375742A (en) Avoiding display of browser content that may induce a seizure in viewers with photo-sensitivity
CN111339456B (en) Preloading method and device
US9560110B1 (en) Synchronizing shared content served to a third-party service
CN104881452B (en) Resource address sniffing method, device and system
US10482138B2 (en) Feature term classification method, information processing apparatus, and storage medium
US20210029395A1 (en) Content restriction system
KR101845181B1 (en) Displaying activity across multiple devices
US10659560B2 (en) Mobile device display preference
JP2018500692A (en) Information display method and apparatus
CN105224571A (en) Terminal uploaded data processing method and device and data uploading processing method and device
JP2018041411A (en) Information management system and information management device

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20190329

Year of fee payment: 6